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 #3083: Tooltip clear delay timers properly #3084

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

melloware
Copy link
Member

###Defect Fixes
Fix #3083: Tooltip clear delay timers properly

The issue was {showDelay: 41} was passing clearTimeout('showDelay') instead of its Timer ID of `41.

@melloware melloware merged commit 3a29e8c into primefaces:master Jul 20, 2022
@melloware melloware deleted the PR3083 branch July 20, 2022 17:08
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.

Tooltip: If the the mouse hover ends before showDelay is reached, then the tooltip won't go away.
1 participant