-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Tooltip sticks When Element is destroyed #435
Comments
thanks for notifying me I will review the problem and fix it in a next update |
ready already fixed in the latest version please verify, thank you very much for the contribution |
Hi, @luisDanielRoviraContreras. I cross checked tooltip on jsfiddle it flickers constantly. You can see that in above jsfiddle of this issue. Thanks. |
I am having problems with the tooltips too. It goes in and out constantly, this issue should be opened again @luisDanielRoviraContreras |
I tried to fix this bug, but no luck. I has something to do with the way vsTooltip set {'after-none': noneAfter} class. For some reason the div containing the tooltip, automatically has a "display:none" on his style, thats why we can only see it for a millisecond. |
I've used the router js file to remove all sticky tooltips on either the afterEach or beforeEach event. The afterEach event is better. Example in the router.js file:
However, this only works when navigating through different pages |
Now you can see the tooltip doesn't even show on the fiddle... Great testing before deployment.. Fixed by 805197b |
Hey, I am using tooltip in my navbar and I have two layout.
I have button in navbar which navigates to another layout which dont have any navbar.(So, when I click on btn, btn it self and navbar gets destroyed). But that tooltip which I used on button still remain.
i have created simillar demo for you.
jsfiddle
The text was updated successfully, but these errors were encountered: