vuetifyjs/vuetify

[Bug Report][3.11.7] Menu items in v-menu have no accessible labels with VoiceOver on Safari (probably aria-owns issue)

Offen

#22.540 geöffnet am 22.01.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (7.139 Forks)batch import
C: VMenuS: triagea11yhelp wantedplatform specific

Repository-Metriken

Stars
 (40.995 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 59T 10h) (8 gemergte PRs in 30 T)

Beschreibung

Environment

Vuetify Version: 3.11.7 Vue Version: 3.5.27 OS: macOS 10.15.7 (current)

Steps to reproduce

  1. Use VoiceOver with Safari
  2. Open VMenu
  3. Navigate to menu item

Expected Behavior

VoiceOver reads out the labels, e.g. "Click Me, menu item"

Actual Behavior

VoiceOver only reads out "menu item" without the labels. (For Testing) Remove aria-owns form the DOM, then labels are there.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

It seems like this commit https://github.com/vuetifyjs/vuetify/commit/975a18cc2dd4ef197a6ab6ca49f81788f9b4f638 introduced the bug to Safari. In Chrome everything works. Vuetify 3.10.7 is the last working version for Safari.

Contributor Guide