#17254 closed defect (fixed)
Menu: dropdown menu not accessible on chrome/ff via accessKey
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.1 |
Component: | Dijit | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Description: A dropdown menu can't accessed by keyboard if it's focused via accessKey (alt+shift+X). Like using ALT + SHIFT + F to open the file menu in test_Menu.html, which is defined as:
<div id="file" data-dojo-type="dijit/PopupMenuBarItem" accessKey="F">
Steps:
- Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Menu.html
- Focus one of the inputs or a textarea.
- Press ALT, SHIFT, and "F" at same time.
- The dropdown menu of file opens, but focus is still on "File"
- Try to navigate it by up or down arrow.
- Try to close the dropdown menu by ESC key.
Actual result: JAWS informs nothing when the dropdown menu pops up, and it can't be operated by keyboard.
Expected result: The dropdown menu should be accessible by keyboard when opened by access key.
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.9.1 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 904170f56f9b81f33f54828a6fcd059aa08ba01d/dijit: