-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
different tooltips offset when hovering first time and second times #21146
Comments
Could you please paste the code from the first and second case to see it?? |
The screenshot is taken from official site using chrome on macOS |
Confirmed on Mac Chrome 55. |
Confirmed on Windows 10 Chrome 54 |
confirmed on windows firefox developer edition 51.0a2 |
I used First activation: <div class="tooltip fade bs-tether-element bs-tether-enabled bs-tether-abutted bs-tether-abutted-top bs-tether-element-attached-bottom bs-tether-element-attached-center bs-tether-target-attached-top bs-tether-target-attached-center in" role="tooltip" id="tooltip258569" style="left: 0px; position: fixed; transform: translateX(208px) translateY(-140px) translateZ(0px); bottom: 0px;"><div class="tooltip-inner">Tooltip on top</div></div> Second activation: <div class="tooltip bs-tether-element bs-tether-abutted bs-tether-abutted-top bs-tether-element-attached-bottom bs-tether-element-attached-center bs-tether-target-attached-top bs-tether-target-attached-center fade bs-tether-enabled in" role="tooltip" id="tooltip373736" style="left: 0px; position: absolute; transform: translateX(208px) translateY(2368px) translateZ(0px); top: 0px;"><div class="tooltip-inner">Tooltip on top</div></div> Third activation: <div class="tooltip bs-tether-element bs-tether-abutted bs-tether-abutted-top bs-tether-element-attached-bottom bs-tether-element-attached-center bs-tether-target-attached-top bs-tether-target-attached-center fade bs-tether-enabled in" role="tooltip" id="tooltip639149" style="left: 0px; position: absolute; transform: translateX(208px) translateY(2368px) translateZ(0px); top: 0px;"><div class="tooltip-inner">Tooltip on top</div></div> |
The most interesting exemples are the first and the second. See the difference between first and second exemple : https://www.diffchecker.com/kyilr4EM Edit : |
Just to note: this also happens on Safari 10 on OS X. And, strangely, it only happens with the top, left and html examples, but not the right and bottom ones. |
When hovering a tooltip item: http://v4-alpha.getbootstrap.com/components/tooltips/
the first time offset will be different from other times, any fixes?
The text was updated successfully, but these errors were encountered: