-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Buggy Tooltip #2220
Comments
I'm seeing an even weirder bug.. Too strange to really believe. In my code if I change the tooltip text from "Hide cut sites" to "Hide features" an infinite loop is hit and my app crashes. I'll try to reproduce this in a minimal example, but this has to be one of the strangest bugs I have ever seen.. |
I think mine might be related to #2030 Has a fix been released for that yet? |
@tgreen7 try disabling the |
@giladgray Thanks so much! That did it. |
for future use popover throws a bunch of warnings if you add the above code. You must disable hide. |
This seems like it was changed again in version 3.9.0 as can be seen here https://github.com/palantir/blueprint/compare/@blueprintjs/[email protected]...@blueprintjs/[email protected] To override this change and get a tooltip working outside of its boundaries you need to add these modifiers:
|
Bug report
here is a site with a demo of the problem:
https://tgreen7.github.io/blueprint-test/
here is the code:
https://github.com/tgreen7/blueprint-test
The text was updated successfully, but these errors were encountered: