-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Cannot set property 'animation' of undefined at ToolTip.fixTransition #956
Comments
duration for tooltip transition set on 150ms.... if you move mouse faster, then you can get unpredictable effects :) |
So, what i need to do to stop it? :) |
As one of possible workarounds - slower move mouse ;) |
It's a joke of course, we will look into this problem |
PR #960 should address this issue. |
Is not. I'm not getting error anymore, but a tooltip appears in the top left corner, which doesn't disappear any more. :) Second part of bug still work... |
There have been additional tweaks made to tooltips and popovers to prevent leftover "stranded" divs when doing fast hover/hoverout over the trigger element. It will be available in the forthcoming release. |
Cannot set property 'animation' of undefined at ToolTip.fixTransition
I'm getting this error in the console. Along with this error, a tooltip appears in the top left corner, which doesn't disappear any more.
The text was updated successfully, but these errors were encountered: