Tooltip instantly disappears
See original GitHub issueEverything is fine on your site in the documentation. But I have a problem on my site - Tooltip disappears almost instantly.
I wanted to ask you, maybe you know why?
I have Bootstrap installed on my site (including JS) regardless of your library. That is, there is a full-fledged rails application that has its own life with Bootstrap.
But there are also Vue components for beauty. In these components, I use your library. And in these components happens that is shown in the gif that I attached.
This problem occurs wherever v-b-tooltip.hover
is present. If hover
is replaced on click
or focus
, then it will be the same.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Error tooltip disappears immediately when hovering cursor
Error tooltip disappears immediately when hovering cursor · 1. You have a Flow error · 2. hover over the error · 3. try...
Read more >Bootstrap tooltip disappears immediately · Issue #369 - GitHub
I'm trying to apply a tooltip to elements that trigger a copy using ZC, but when I mouse ... Bootstrap tooltip disappears immediately...
Read more >Tooltip disappears after disabling and re-enabling ...
The first run of your code shows a tooltip because <b-table> initially contains the #HeaderFirst element. When you uncheck the First Name box, ......
Read more >Mouseover Tooltips keep disappearing? Try this simple fix
Mouseover Tooltips keep disappearing? Try this simple fix: Ping the minimap. r/wow - ...
Read more >Tooltip disappear very quickly ( few ms) after be rendered
Hello,. I currently encounter a weird issue with Tooltip in Datagrid. All is working fine on my PC for the development.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks like you are not including BootstrapVue’s custom css as mentioned in the docs.
BootstrapVue’s custom css is required to make bootstrap’s css work with Vue’s transition component.
Another solution would be to include a $nextTick loader after the dom has loaded