Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.7.5] [v-slide-group] Arrow key navigation is blocked by disabled items #20780

Open
guenbakku opened this issue Dec 16, 2024 · 0 comments · May be fixed by #20808
Open

[Bug Report][3.7.5] [v-slide-group] Arrow key navigation is blocked by disabled items #20780

guenbakku opened this issue Dec 16, 2024 · 0 comments · May be fixed by #20808
Labels
a11y Accessibility issue C: VSlideGroup T: bug Functionality that does not work as intended/expected

Comments

@guenbakku
Copy link

guenbakku commented Dec 16, 2024

Environment

Vuetify Version: 3.7.5
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Windows 10

Steps to reproduce

  1. Press Tab key to focus to the first enabled item in a slide group (The button "Options 1" in Reproduction Link)
  2. Press right-arrow key to move the focus to the next item

Expected Behavior

The focus will be moved to the next enabled item if the next item is disabled

Actual Behavior

The focus is blocked to previous item of the disabled item

Reproduction Link

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

Other comments

  • The same behavior occurs when moving the focus forward or backward.
  • The v-tabs and v-tab components (which seem to be using v-slide-group internally) also exhibit this issue.
@guenbakku guenbakku changed the title [Bug Report][3.7.5] [v-slide-group] Arrow key navigation is blocked by disabled Items [Bug Report][3.7.5] [v-slide-group] Arrow key navigation is blocked by disabled items Dec 16, 2024
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VSlideGroup a11y Accessibility issue labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility issue C: VSlideGroup T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants