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.5.3] Using v-if on a VTab causes selection highlighting on the wrong tab #19213

Closed
basuneko opened this issue Feb 13, 2024 · 2 comments · Fixed by #19663
Closed
Assignees
Labels
C: VTabs E: group Group composable T: bug Functionality that does not work as intended/expected
Milestone

Comments

@basuneko
Copy link

Environment

Vuetify Version: 3.5.3
Last working version: 3.5.1
Vue Version: 3.4.18
Browsers: Chrome 121.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Click tabs 1, 2 and 4 - observe they all get highlighted correctly
  2. Click tab 3

Expected Behavior

Tab 3 gets highlighted

Actual Behavior

Tab 2 gets incorrectly highlighted instead

Reproduction Link

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

@mlankamp
Copy link

mlankamp commented Feb 13, 2024

Have the same problem, workaround is to use v-show. Seems to be a regression that happened in 3.5.2, before it worked.

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VTabs E: group Group composable and removed S: triage labels Apr 22, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 22, 2024
@johnleider johnleider self-assigned this Apr 22, 2024
johnleider added a commit that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTabs E: group Group composable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants