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] v-tab-item is not showing on dialog when changed on mounted or updated vue instance #5571

Closed
gileneusz opened this issue Nov 10, 2018 · 4 comments

Comments

@gileneusz
Copy link

Versions and Environment

Vuetify: 1.3.7
Vue: 2.5.17
Browsers: Chrome 70.0.3538.77
OS: Windows 7

Steps to reproduce

Follow first reproduction link:
https://codepen.io/anon/pen/bQwpqe?editors=1010
The same situation here:
https://codepen.io/anon/pen/rQMeGd?editors=1010
clicking on second tab is not working unless you click on the first one
Other example provided by zaken shows that it's working with created:
https://codepen.io/anon/pen/oQzxqR?editors=1010

But on any updated instance it's not working also: (click update button first)
https://codepen.io/anon/pen/qQaZJw?editors=1010

Which may cause bugs when you use multiple tabs that are updated constantly

Expected Behavior

v-tab-item should be visible in all cases

Actual Behavior

v-tab-item is not visible

Reproduction Link

https://codepen.io/anon/pen/bQwpqe?editors=1010

@185driver
Copy link
Contributor

Unless I'm mistaken, I don't think this is a bug since it appears to work fine if you apply the lazy prop to v-dialog.

@MajesticPotatoe
Copy link
Member

Adding lazy to v-dialog does fix this issue. marking closed.

@gileneusz
Copy link
Author

@185driver @MajesticPotatoe you are right guys!

:majestic_potato: :majestic_potato: :majestic_potato:

@gileneusz
Copy link
Author

but it still is not working in every case, opened the new issue:
#5572

@lock lock bot locked as resolved and limited conversation to collaborators Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants