-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BVTooltip] Transition classes are not removed properly #5584
Comments
@mattersj I've looked into this and it's a bug in Vue.js The is an open PR on GitHub since 2018 which seems to fix the issue: I've created a fork of your CodePen with a patched version of Vue.js with the changes of the PR applied an the |
@jackmu95 It seems your CodePen example a bit broken because BootstrapVue is not actually initialized so tooltips are just not working. |
@mattersj Good catch. I will investigate it further but I still thinks it's related to the Vue.js issues. We have internally a workaround for toasts to work around a similar issue: |
@jackmu95 Yeah, it looks really like Vue related issue. Anyway, thanks for looking into this:) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! |
Describe the bug
I've noticed that animation classes appended by Vue within transition-group component are not properly removed if there is bootstrap tooltip used.
Steps to reproduce the bug
Expected behavior
*-enter-to class should be removed after animation has been finished.
Versions
Libraries:
Environment:
Demo link
https://codepen.io/mattersj/pen/GRoYyoG
If you click on Toggle tooltips button and then click on Toggle view again two times you'll see that transition classes were properly removed.
The text was updated successfully, but these errors were encountered: