#17313 closed defect (duplicate)
Hovering over a MenuSeparator in a programmatically generated Menu causes an error.
Reported by: | mwernsing | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- Open dijit/tests/test_Menu.html
- Click on "create programmatic menu" button
- Right click on div with blue outline
- Move mouse over menu until over the first MenuSeparator?
- Error at: widget.focus(last ? "end" : "start"); in _KeyNavContainer in focusChild() method. Widget has no method .focus()
As mentioned in the title this error only appears to happen with a programmatically created Menu and MenuSeparator?.
Also at this point widget.isFocusable() returns "false"
Note: See
TracTickets for help on using
tickets.
Duplicate of #16491.
I fixed this in 1.8.3, are you really still seeing it in 1.8.5? It's working for me, tested on chrome/mac and FF/mac.