vuetifyjs/vuetify

[Bug Report][3.9.4] V-Toolbar button tabbing and keyboard focus broken on Safari

Open

#21.905 geöffnet am 11. Aug. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (7.139 Forks)batch import
C: VToolbarT: bughelp wantedplatform specific

Repository-Metriken

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

Beschreibung

Environment

Vuetify Version: 3.9.4 Vue Version: 3.5.18 Browsers: Safari OS: Mac OS 10.15.7

Steps to reproduce

From Safari try to tab to the icons, notice the tab key skips over them and the user can't 'focus' them via the keyboard.

Expected Behavior

The user can navigate from button to button via the keyboard's tab key.

Actual Behavior

Pressing the tab key the user is taken to the browsers address field.

Reproduction Link

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

Other comments

The example code attached is from the Vuetify website / Toolbars / Extended section https://vuetifyjs.com/en/components/toolbars/#extended

Contributor Guide