-
-
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
Tooltip misalignment w/ Horizontal Scrolling #15590
Comments
Confirmed on OS X in Safari 8.0.2, Chrome, and Firefox. |
This might be fixed by this PR #15494 I'm at work, I'll check it when I get home tonight |
I confirm that PR #15494 does not fix the issue. If I have time today I will investigate the issue further. |
Confirmed on Win7 in last versions of Chrome and Firefox. |
Punting as a won't fix—v4 includes a new positioning library for our affix, tooltips, and popovers. |
Is there any quick fix for this issue ? |
#15686, perhaps. |
MacBook Pro 2.3 ghz Core i7
Mac OSX 10.9.5
Google Chrome (version 42.0.2278.0 canary (64-bit))
Safari (version 7.1 (9537.85.10.17.1))
Mozilla Firefox (version 34.0.5)
When creating wide data tables with many td elements, the tooltip does not align with corresponding far right td elements when the frame is scrolled horizontally. The td elements that reproduce the issue must be made visible by scrolling horizontally.
http://jsfiddle.net/benkennedy/Ld0ptsov/1/
This issue looks like it may be located in the Tooltip.prototype.getPosition method, more specifically - width: $(window).width().
The text was updated successfully, but these errors were encountered: