#5428 closed defect (fixed)
no hover effect on focused Buttons
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a button is focused it only gets the dijitButtonFocused class, not the dijitButtonHover class, even if you are hovering the mouse over it.
This is bad because you might want focus and hover to be complementary styles. Ex: button turns from gray to blue when hovering, and button has a dotted border when focused. This is not possible in 1.0.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11889]) Make "hovering" CSS and "focused" CSS independent, so that we can use complementary effects for hover state and focus state. Also fix button CSS customization example. Fixes #4975, #5428.