-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 | Tooltip is out of position after dialog opens #15485
Tooltip | Tooltip is out of position after dialog opens #15485
Comments
Fixed #15485 - Tooltip | Tooltip is out of position after dialog opens
This has resulted in a regression when rapidly mousing over tooltips, due to the setTimeout that was added #15513 |
What's the logic behind adding a setTimeout here anyway? What's behind the choice of 100ms as a magic number, is it arbitrary? |
I ask because that setTimeout is causing issues for me regardless of your null check, I see the unstyled contents of my tooltip appended to my DOM flashing on screen for 100ms before it renders in place because of it. |
Im also facing the same issue... |
Same for me... |
same |
Error "Cannot read properties of null (reading 'style')" in console and scroll blinking on show/hide tooltip. |
Same here!
|
When an inputfield within a dialog has autofocus="true", the tooltip for the inputfield is out of position after you opening the dialog. The tooltip appears instantly, while the dialog has an animation.
The text was updated successfully, but these errors were encountered: