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

Tooltips disappear #1

Closed
SonicWizard opened this issue Nov 22, 2010 · 1 comment
Closed

Tooltips disappear #1

SonicWizard opened this issue Nov 22, 2010 · 1 comment

Comments

@SonicWizard
Copy link

When using a group and a hideTrigger of 'tip' or 'closeButton', I notice that sometimes the tips disappear and do not come back. The 'visible' flag gets stuck to true.

My method of recreation is unscientific... create a bunch of tips on a page, on buttons or images lined up together, move the mouse rapidly across them from one to another and back until one or more disappear.

@enyo
Copy link
Owner

enyo commented Jan 29, 2011

This is fixed now.
This was due to the fact that show() was called when hovering the first trigger, and when the user hovers the next trigger, show() is called on the new tip, and doHide() on all other tips that are in the same group.
I forgot about the case, where the other tips aren't yet visible (doShow() has not been called), and the hide() function is never called (which normally is the case, since in most cases the mouseOut event triggers hide()).

This issue was closed.
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

2 participants