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
While testing the Select-Only Combobox using the recommended keyboard interactions on this WAI-ARIA example page, I encountered an issue with VoiceOver enabled.
It works well on Safari but not on Chrome.
Here's what happens:
I focus on the combobox and expand it by pressing Enter.
When I try to navigate through the list items using the Down Arrow key, the focus is lost and returns to the page body.
Please see video below:
Select.mov
I'm a web developer and totally be willing to fix this issue!