-
-
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
Arrow of tooltip with long text is positioned incorrectly #19076
Comments
Hi @SimonOrdo! You appear to have posted a live example (https://fiddle.jshell.net/5dpzaqgo/4/show/light/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Example Fixed. Tooltip seems to have inconsistent positioned after changing the content via Javascript (on a fixed element). Fiddle to demonstrate (red element show issue) : https://jsfiddle.net/5dpzaqgo/4/ |
Hi @SimonOrdo! You appear to have posted a live example (https://fiddle.jshell.net/5dpzaqgo/4/show/light/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Hi @SimonOrdo! You appear to have posted a live example (https://fiddle.jshell.net/5dpzaqgo/6/show/light/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
|
Fair enough @cvrebert , but that's not the problem apparently. http://stackoverflow.com/questions/35181681/bootstrap-tooltip-alignment-issue-after-update Bug or as designed? Are there any workarounds? |
@SimonOrdo Going to need a new example of the problem. |
@cvrebert No problem. Here you go. https://jsfiddle.net/5dpzaqgo/8/ Long tooltip title on the first (red) element causes display problems. |
So, this doesn't seem to be related to changing the text. The result is the same if the new text is set as the initial text: |
Alright, so it's to do with the length of the text then? You want me to create a new issue? Is it working as designed? Is there a workaround? |
WontFix for Bootstrap v3 per #15590 (comment) |
Tooltip seems to have inconsistent positioned after changing the content via Javascript (on a fixed element).
Fiddle to demonstrate (red element show issue) : https://jsfiddle.net/5dpzaqgo/4/
The text was updated successfully, but these errors were encountered: