-
Notifications
You must be signed in to change notification settings - Fork 691
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 delay removed when doing things other than hovering over tooltip trigger #3477
Comments
I have a feeling it has to do with portal |
Here is another example:
Kapture.2024-06-06.at.09.23.45.mp4 |
Ah actually I'm wrong about the above!! It's triggered because hovering over the input field for x amount of seconds (whatever the delay is) triggers it!! Maybe same thing with bindings... being in the field for 5 seconds make it think you are hovering over the tooltip! |
Another scenario
Kapture.2024-06-06.at.09.33.16.mp4 |
This video is a good demonstration of how frequently this issue happens in regular day use |
setting prio:1, I think our tooltips are very annoying and we need to not only fix these bugs but also increase the delays when they actually work correctly to stop seeing them unintentionally. |
I've finally narrowed down some odd behavior where tooltips "randomly" trigger when the cursor moves over them (no delay).
bindingtooltip.mp4
It's not just the binding tooltip though...
And it doesn't need to be in that order...
anyorder.mp4
The text was updated successfully, but these errors were encountered: