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
15.x
Description
I'm unable to select options other than the first options using using mat-select using a screen reader on mobile (desktop seems OK). This appears to be a regression since it occurs on the latest material.angular.io examples but not on the v15 examples.
After activating the selection field, it opens a menu, but swiping to the right the screen reader says that it's the last item and I'm unable to select the other options.
Reproduction
Reproducible on Android 14 Talkback and iOS 15 Voiceover, but not on Mac OS Voiceover
Steps to reproduce:
- Open https://material.angular.io/components/select/examples in Safari/Chrome on iOS or Android
- Turn on Voiceover/Talkback
- Go to simple example (mat-select rather than native, not disabled), such as the "select in a form" example
- Double-tap to activate the select element. A menu should open.
- Swipe right to try to navigate through the select menu
Expected Behavior
Able to navigate through menu options and select items
Actual Behavior
Unable to navigate past the first menu item using the screen reader
Environment
- Angular: 16.2.1
- CDK/Material:
- Browser(s): Safari/Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): iOS and Android