-
-
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
v-b-tooltip
not hiding in some cases
#2937
Comments
This is a known issue with tooltips and popovers. We will be revamping them in a future release using portal-vue 2.0.x when it becomes generally available |
@VK-Wolland Try adding a delay to the tooltip:
This adds a 50ms delay to showing and hiding the tooltip, which appears to alleviate the issue. |
One way we might be able to make sure the other tooltip closes when a new one opens it to listen for the $root tooltip shown events, and if the ID of the tooltip doesn't match, close it (unless the tooltip was opened manually). |
v-b-tooltip
not hiding in some cases
@tmorehouse Unfortunately 50 ms delay did not help, but 100ms(d100) did. |
Regarding |
PR #3908 should have this fixed (once it is completed and merged into 2.0.0 stable branch) |
BootstrapVue v2.0.0 stable has been released. See https://bootstrap-vue.js.org/docs/misc/changelog |
When using multiple elements with v-b-tooltip.hover tooltip is not hiding when you move cursor very fast from one element to another.
Tested with
Vue: 2.6.10
bootstrap-vue: 2.0.0-rc.16
bootstrap: 4.3.1
Code sample:
https://gist.github.com/VK-Wolland/345d7f524763ee90187a8686ed1ab148
Tested on latest Chrome(73.0.3683.86) and Firefox(66.0.1 (64-bit))
The text was updated successfully, but these errors were encountered: