Skip to content
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 fickers on hover when using custom positioning #11113

Closed
oste opened this issue Oct 16, 2013 · 3 comments
Closed

tooltip fickers on hover when using custom positioning #11113

oste opened this issue Oct 16, 2013 · 3 comments

Comments

@oste
Copy link

oste commented Oct 16, 2013

This issue is best explained with this fiddle http://jsfiddle.net/25EWe/

Basically when you hover/unhover over the tooltip it flickers. I have not been able to find a way to avoid this and I think it would be great if there was a check of some sort to see if the user is hovering the tooltip itself, if so don't remove it.

@cvrebert
Copy link
Collaborator

Please test against the latest version in git.

@fat
Copy link
Member

fat commented Dec 29, 2013

that's because the tooltip is not a child of the element you are using to trigger the tooltip. If you'd like to avoid the flickering, you'll have to use the container option: http://jsfiddle.net/25EWe/2/

@fat fat closed this as completed Dec 29, 2013
@alexandr-kazakov
Copy link

alexandr-kazakov commented Apr 4, 2018

Hi,
Try it: stackoverflow

.tooltip { pointer-events: none; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants