briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
325 stars 97 forks source link

Doesn't work with kendo TreeView control. #38

Open WrayKS1 opened 9 years ago

WrayKS1 commented 9 years ago

If I have a Kendo TreeView with templates and I use a template with an image with a title and class hastip, when you hover over the icon the tooltip appears. However, if while it is present you double click on the image in the node (not the rest of the template which works normally) to expand it, the tooltip is left frozen on the screen forever. You see in F12 that the div has opacity 1. Keep doing this for as many frozen ones as you like! It does not do this for the default tooltip. As soon as the mouse goes down anywhere, the tooltip disappears.

I imagine this has to do with event doubleclick on the tooltip element because it does go away with a single click (although that won't expand the node).

WrayKS1 commented 9 years ago

Actually revision: It does not go away with a single click, it only goes away on the mouseout event, But the single click does not freeze. Probably the expansion of the node overrides this and freezes. Suggestion, make the tooltip go away on any type of click event.