Opened 8 years ago
Closed 8 years ago
#16265 closed defect (fixed)
Menu: does not set dijitMenuFocused
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #16262 |
Description
When a menu is focused, _onFocus is called but no CSS class like dijitFocused or dijitMenuFocused is set on the Menu node. dijitMenuPassive stays there until a child is clicked. This will prevent custom styling that would be needed for functions like underlining access key letters.
Change History (3)
comment:1 Changed 8 years ago by
Blocking: | 16262 added |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Well, you can still do the underlining, it just can't change based on whether or not the menu is focused. But I'll fix anyway, it's just a question of mixing in _CssStateMixin.