Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

qTip fails to hide when you leave the window #466

Closed
nrdobie opened this issue Jan 31, 2013 · 5 comments
Closed

qTip fails to hide when you leave the window #466

nrdobie opened this issue Jan 31, 2013 · 5 comments
Labels

Comments

@nrdobie
Copy link

nrdobie commented Jan 31, 2013

I am using the qTip v2.0.1 tag and I have a bunch of icons on the side of my site that display information from social networks and when you mouse from the icons out of the window it fails to hide and won't hide until you mouse into the icon or the tooltip. Also even with show.solo set to true it won't hide until you mouse in and out. This problem seems to only occur when hide.fixed is set to true which we want so that they can click on things in the tooltip.

@nrdobie
Copy link
Author

nrdobie commented Feb 4, 2013

It appears the error is related to mouse events not being fired.

@WeaponX86
Copy link

I posted this same bug 7 months ago. #364
Still persists.

@nrdobie
Copy link
Author

nrdobie commented Feb 7, 2013

I found a fix, it works but it is annoying to have to include it every time.

$(window).mouseenter(function (e) {
 $('a.icon').qtip("hide")
});

@WeaponX86, I applied it to your JSFiddle here http://jsfiddle.net/GzsRp/1/

Craga89 added a commit that referenced this issue Feb 11, 2013
@Craga89 Craga89 closed this as completed Feb 11, 2013
@nrdobie
Copy link
Author

nrdobie commented Feb 11, 2013

I have tested this and it fixed the error in Chrome/Firefox/Safari/Opera on Linux/Mac OS/Window as well as IE

@Craga89
Copy link
Contributor

Craga89 commented Feb 12, 2013

Great to hear, thanks for checking that nrdobie 👍

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

No branches or pull requests

3 participants