-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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/Popover misplacement #14197
Comments
I think your |
I did as you suggested, but even so they are misplaced: BootStrap 3.2.0: http://jsfiddle.net/f6hMD/17/ |
Now you have 2 |
I suspect that the popover arrow misplacement problem is the same as #13696. |
I also had issues with the popover arrow placement and made this example: http://jsfiddle.net/Zenuka/Tj5LS/3/ |
I'd like to also chime in here. I noticed the behaviour change when updating from 3.1 to 3.2. For now, I've dropped back to 3.1, but if someone can either point out what I'm doing wrong, or possibly fix the issue in 3.2 (if it's an actual issue), I'd appreciate it! Example with 3.2 showing incorrect behaviour: http://jsbin.com/geqiwixu/52 In the above examples, the popover should appear on the right side of the circle. With Bootstrap 3.1, this is what happens. With Bootstrap 3.2, the orientation is correct, but it's positioned in the top-left corner of the circle, which is incorrect. |
@HorizonXP That's a separate SVG issue that should be fixed by #14015 in |
@cvrebert It appears you are correct. I just built Bootstrap from source, and things work as expected. Looking forward to 3.2.1 then! |
@RonnieDilli @Zenuka Have you guys tried to reproduce using the patch from #13718? |
+1 for the 3.2.1 version. I have the same problem with path elements on SVG. in 3.1 they have correct position, but on 3.2.0 their position is on 0,0 of the path element : To set the correct position, i test if DOM eelement has the method |
Regarding the |
Fixes twbs#13696. Fixes twbs#13696. Fixes twbs#14197. Closes twbs#13718.
Bootstrap '3.2.0' introduced: Tooltip-Balloon & PopOver-Arrow misplacement.
Steps to reproduce Bug:
Ps.: '3.1.1' was working fine as you can see by just switching the CSS and JS file links to '3.1.1':
Same example: http://jsfiddle.net/JX4aL/
The text was updated successfully, but these errors were encountered: