-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Translate3d on the parent (not necessarily direct parent) causes the tooltips to misalign and fire incorrectly in on Safari 8.0.6 (latest) #16
Comments
@bluejamesbond , |
This is a bug in the spec of transforms where a new coordinates system is created for every element that is transformed. In theory, you could work around by calculating the position of the parent and passing the values to the offset prop. |
@wwayne It seems when you refactored your code you removed the fix provided by the pull request. I upgraded from 3.0.0 to the latest and a simple translate3d(0,0,0) make the tooltip position bug again. ps : you may try to use |
@cremalex Good to know |
@cremalex This has been released with |
Thanks ! Just a question why not check if the current element is under a transform aswell? In my case I have this :
And I don't feel like adding an extra div just for my tooltip when we can check the current node element before checking the parent(s). |
Released |
Oh well I checked the doc and yeah it looks like you can't. |
I see this issue in IE11, any solutions? |
No description provided.
The text was updated successfully, but these errors were encountered: