Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

bug(material select): Accessibility iOS VoiceOver looses focus when selecting options

Aperta
#33,209 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
48/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
angular, typescript

Direzione di ricerca

Inizia riproducendo il problema nella Angular Material select overview page o nello StackBlitz collegato, usando iOS VoiceOver con opzioni che si sovrappongono ad altri elementi focalizzabili. Confronta la sequenza del focus dopo aver selezionato un’opzione nelle versioni indicate di Safari e Chrome; l’attività è completata quando il focus del lettore di schermo torna al select menu e continua attraverso le sue opzioni.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Accessibility area: material/select gemini-triaged P3
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

WCAG issue.

Issue seen with iPhone and VoiceOver on the following versions and browsers

  • Safari with angular material 20 and 22
  • Chrome with angular material 21 and 22

The main issue is that after a double tap on the dropdown (action to select an element when voice over is enabled), when swiping between elements, the focus continues to move outside the select, instead of browsing each element in the select.

The issue is not reproducible on Mac, nor on a classic desktop, and is restricted to VoiceOver use on an iPhone.
The issue is not reproducible on Android/Talkback neither.

Reproduction

Angular Material Example page: https://material.angular.dev/components/select/overview
StackBlitz link: https://stackblitz.com/run?file=src%2Fexample%2Fselect-reset-example.ts&startScript=start

Steps to reproduce:

  1. activate VoiceOver on your iPhone/iPad device
  2. Visit the angular material select menu example page
  3. play with the select menus having options list that overlap other focusable DOM elements (another menu, a heading, etc...)
Expected Behavior

Expected: The screen reader focus should go back to the menu where the option is selected.

Actual Behavior

Actual: After selection is done in the menu, the screen reader focus is pointing to the element behind the chosen material-option.

Environment
  • Angular: 19, 20, 21, 22
  • CDK/Material: select
  • Browser(s): Safari/Chrome
  • Operating System (e.g. Windows, macOS, Ubuntu): iOS
Lingua principale
TypeScript
Stelle
25k
Fork
6.8k
Merge medio
1g 1h
PR unite (30g)
84

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di angular/components

Tutte le issue di angular/components

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.