[Bug Report][3.3.1] bug(VList): clickable list item are not keyboard focusable when nested in list #17470
Labels
C: VList
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 3.3.1
Last working version: 3.2.4
Vue Version: 3.3.4
Browsers: Chrome 113.0.0.0
OS: Linux x86_64
Steps to reproduce
Create a
v-list
, createv-list-item
with href, to or click properties. Those will automatically receive a negative tabindex and therefor won't be keyboard focusable.Expected Behavior
List item should always be keyboard focusable and should not receive a tabindex attribute.
Actual Behavior
Not focusable.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This has a hugh impact on accessibility.
I don't know if I'm missing something about VList configuration (something to request the list to have a "normal" behavior).
The text was updated successfully, but these errors were encountered: