-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown does not take focus when opens w/ iOS + VO #764
Comments
I've confirmed this locally. We'll need to track down what event/interaction is being triggered by the "double-tap" interaction and ensure that it also throws focus for this and for other "replace" type overlays. |
Is this a timing situation? May be a non-rendering delay while constructing the accessibility tree? Or the fade in animation handling in Spectrum CSS. |
Spent a bunch of time this week reviewing the issues here, and learned a lot about the intricacies of this interaction. Findings:
The changes cross a handful of elements, but should be well within reach for correcting this issue (which occurs across all VO contexts). |
Expected Behaviour
opening the dropdown with iOS & VO focus should move to the dropdown entries.
Actual Behaviour
Focus remains on the trigger when the dropdown opens. swiping right moves to the next element in the page not the dropdown entries
Reproduce Scenario (including but not limited to)
https://opensource.adobe.com/spectrum-web-components/components/dropdown/examples
Steps to Reproduce
on iPadOS 14 the dropdown opens but focus does not move to the choices in the dropdown.
on iOS 13 the dropdown does not even open.
Platform and Version
iPadOS14 - Safari - VO
iOS13 - Safari - VO
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: