-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tooltip: Stuck after hovering when used in complex page #3965
Comments
Nice reproducer i was able to get it to happen too. |
Any luck with this issue? In addition to what I reported, I have experienced several times what may or may not be the same problem: tooltips getting stuck in a not-so-complex scenario, hiding UI elements while refusing to go away. My hope is that tackling this issue fixes both problems. |
No luck on my end...definitely seems like some kind of timing issue. |
@melloware I believe it feels more difficult to reproduce the problem now, but it nevertheless still occurs in 10.5.1 using the same steps described above: |
@inad9300 do you mind opening a new ticket with your reproducer? |
There you go: #6008 🙂 |
Describe the bug
When in a complex page (one that makes the CPU start to struggle a little), tooltips sometimes miss the event that hides them after hovering them, therefore remaining on screen when they should not.
Reproducer
https://codesandbox.io/s/primereact-test-forked-eijgs6?file=/src/index.js
PrimeReact version
8.7.3
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: