Search and Top Navigation
#7844 open bug ()
Opened November 08, 2011 02:50PM UTC
Last modified April 01, 2014 06:46PM UTC
Button: split button accessibility
Reported by: | ezufelt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.button | Version: | 1.8.16 |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
Firefox 7.0.1
JAWS 13
Button demo 1.9pre
Problem
1. On load the 'Rerun' and 'Select' buttons were available as individual buttons.
2. Selecting 'Rerun' brought up a dialog.
3. Selecting 'Select' brought up a menu. Using arrow keys it was not possible to navigate the menu. Using tab and then arrow keys, it was possible to find
'open', 'save', 'delete'.
4. Selecting one of the menu options seemed to lock the window and it was necessary to switch windows and return to access the page again.
Solution
Needs further research.
Focus should be set to the menu when it appears, and using the arrow keys should change the active descendant. If this is currently being done then further testing is required and it may be necessary to set focus to each item in the menu as it is navigated to.