[combobox] Suggestions can't be found using VoiceOver swipe gesture #284
Labels
a11y: VoiceOver
Status: Unconfirmed
Bug reports without a repro, not yet confirmed
Type: Bug
Something isn't working
Milestone
Equipment
How to reproduce
Expected result
Actual result
VoiceOver ignores the listbox and moves past it to the next content on the page.
I am not able to find the listbox at all without using explore-by-touch (which I might not know I should try)
Comment
The issue appears to be aria-owns not working properly, in combination with the listbox portal being placed at the end of the DOM. As a result the listbox is separated from the input field for the user.
Compare with the Authoring Practices example (https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html), where the listbox is placed as a sibling to the Combobox. In this configuration, I can find the suggestions as expected by swiping forward from the input field, even if aria-owns does not work.
The text was updated successfully, but these errors were encountered: