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: Tooltip[(16729): unresponsive browser if pressing ESC-key in combination with lots of tooltips or overlay panels #16740

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mark7p
Copy link

@mark7p mark7p commented Nov 14, 2024

Fix for #16729

I modified the behavior so that the document:keydown event listener is only active when the Tooltip is in interactionInProgress state. This change significantly reduces the number of active @HostListener, improving overall performance and preventing browser freezes.

Copy link

vercel bot commented Nov 14, 2024

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

2 Skipped Deployments
Name Status Preview Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2024 0:51am
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Nov 14, 2024 0:51am

@mark7p mark7p marked this pull request as draft November 14, 2024 00:49
@mark7p mark7p marked this pull request as ready for review November 14, 2024 00:51
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.

1 participant