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

Fix bug with mouse hover triggerring on tooltip children #6

Merged
merged 1 commit into from
May 27, 2015

Conversation

tom-s
Copy link
Contributor

@tom-s tom-s commented May 26, 2015

When tooltip contains child elements, the mousenter event get triggered on the children and causes the tooltip to reappear with no content. The issue can be solved simply replacing mouseover with mouseenter.

wwayne added a commit that referenced this pull request May 27, 2015
Fix bug with mouse hover triggerring on tooltip children
@wwayne wwayne merged commit fbd24f6 into ReactTooltip:master May 27, 2015
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

Successfully merging this pull request may close these issues.

2 participants