Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Using IOS VoiceOver, using gesture to cycle between form controls, skips the overlay panel and thus preventing user from selecting a valid option.
The issue can be reproduced using Autocomplete example from Material components page
Reproduction
StackBlitz link: https://stackblitz.com/edit/pqfm6j
Steps to reproduce:
- Access the page using IOS device (iPhone)
- Enable VoiceOver
- Using gesture swipe navigate to the autoccomplete field
double tap
to edit "number" field- Swipe to search for letter "O" (as in Oscar)
double tap
to accept selection "O"- Now two options are displayed on screen "One" , "Two"
- use
Swipe Right
gesture to cycle between values
Expected Behavior
Expected behaviour is, when dropdown with selectable values appear, user should be able to cycle through options using swipe gesture
Actual Behavior
Actual Behaviour is :
The focus skips the available options displayed and focuses on next form field, leaving the Autocomplete field
Environment
- Angular: 16.1.1
- CDK/Material: 16.1.4
- Browser(s): Safari, Google Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): iOS 15, iOS16