-
Notifications
You must be signed in to change notification settings - Fork 338
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-tooltip is stuck if mouse moves through it #851
Comments
Try |
Thanks for the tip. It does fix the issue, even though I don't understand why the problem doesn't exist in the samples I saw. Anyway in main.js I have set this line as a solution:
|
Welp, I fixed it by using the component tooltip instead of the directive so I could use the hide() function on mouseLeave. Too bad this makes the directives almost useless though. |
@enodr You can do |
@Zedicius see my comment above to apply the workaround to all tooltips. |
You don't need the workaround as of 1.0.0-beta.16 and 2.0.0-beta.14 |
Hi,
I have a strange behavior with v-tooltips being stuck (will not disappear) but only when the mouse moves over the content of the tooltip. It there a configuration to avoid this?
Example: tooltip appears when hovering the icon and is stuck if I move the mouse on the right passing through the tooltip content (my mouse pointer being on the right of the Kibana tooltip now)
Thanks
The text was updated successfully, but these errors were encountered: