You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS Mojave version 10.14.6
Chrome Version Version 77.0.3865.90
Carbon v10 - React
Detailed Description
Go to the React Component
Start VO on macOS
Tab to the Dropdown, VO announces that it Open Menu pop-up 1 of 1. Expected Result - VO announces the label "Option 1" and that it is a pop-up button.
Use the Enter key to open the dropdown and move to the next option. VO announces the option, but does not announce the position (i.e. 1 of 4, 2 of 4, etc). Expected Result - VO announces the Option # and position.
Tab away from the dropdown and then tab back. VO announces, "Open Menu pop-up". Expected Result- VO announces the that it is a menu pop-up and the current selection.
Fixing 2 (#5193). Wrt 1. and 3., our Dropdown has a state where no selection has been made (yet), instead of the first item automatically selected as the issue author may have expected - Thus keeping it intact (just letting screen reader user know that it's a pop-up button).
Environment
macOS Mojave version 10.14.6
Chrome Version Version 77.0.3865.90
Carbon v10 - React
Detailed Description
Go to the React Component
Start VO on macOS
Expected Result - VO announces the label "Option 1" and that it is a pop-up button.
Expected Result - VO announces the Option # and position.
Expected Result- VO announces the that it is a menu pop-up and the current selection.
See ARIA Authoring Practices Dropdown Listbox example.
The text was updated successfully, but these errors were encountered: