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

13828 fix autohide tooltip #13847

Merged
merged 4 commits into from
Oct 11, 2023

Conversation

SoyDiego
Copy link
Contributor

@SoyDiego SoyDiego commented Oct 10, 2023

Fix #13828

I have reverted the problem caused by this commit: bc98f43.
This was the issue before but I have not be able to reproduce the flickering in the tooltip and for that I think the best solution was remove the pointer-events.

EDIT ⚠️

Finally I added a conditional to avoid the flickering. I cannot reproduce it but just in case now I added pointer-events: none when is autoHide=true and pointer-events: unset when autoHide=false. All works perfectly.

PROBLEM

problem autohide tooltip

AFTER SOLUTION

fix autohide tooltip

@vercel
Copy link

vercel bot commented Oct 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
primeng-ssr-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 10, 2023 6:15pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Oct 10, 2023 6:15pm

@vercel vercel bot temporarily deployed to Preview – primeng-ssr-test October 10, 2023 18:15 Inactive
@cetincakiroglu cetincakiroglu merged commit 5eb8914 into primefaces:master Oct 11, 2023
3 checks passed
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: disable autoHide doesn't work
2 participants