Opened 7 years ago
Closed 7 years ago
#18167 closed task (fixed)
Menu: test error clicking programmatic menu
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Dijit | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_Menu.html on IE8
- click the "create programmatic menu" button
- right click the div above the button
- select a menu choice using mouse or keyboard
IE8 gives an error about:
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. Menu.js, line 2 character 3945
This is simply a problem with the test file, because closing the menu tries to refocus the button but the button has been disabled. I'll fix the test file though.
Change History (2)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In c2981da4b03593a6a875c5c77bc7315c8ec395ff/dijit: