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

Doesn't work with kendo TreeView control. #38

Open
WrayKS1 opened this issue Feb 27, 2015 · 1 comment
Open

Doesn't work with kendo TreeView control. #38

WrayKS1 opened this issue Feb 27, 2015 · 1 comment

Comments

@WrayKS1
Copy link

WrayKS1 commented Feb 27, 2015

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
Copy link
Author

WrayKS1 commented Feb 27, 2015

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.

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

No branches or pull requests

1 participant