-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Wrong placement of uib-tooltip in 0.14.x #4649
Comments
Could you please put a plunker of a tooltip that gets misplaced? @RobJacobs You have any idea? :) |
Sure, here is the plunker http://plnkr.co/edit/dUEyFn0kPkDnxJGac1Ai?p=preview |
It looks like the float is destroying the positioning logic - certainly a bug, but I'd recommend against using floats if you can. |
I agree with my friend idea because I tried a 0.13.x version and even when it is not as weird as with 0.14.x, it looks a bit brokish in my opinion. |
Let's leave this open until we get the position issue entered, please. |
So what is happening here is that the div needs |
It's more a workaround (IMHO). Tooltip's text is still shown in several lines but not in one. |
P.S. Fix to show tooltip in one line: and in css: May be this could help... |
I know it's very old topic but also can help this post: #4195 (comment) |
Hi.
I've been using 0.13.4 version before, and everything was fine, but with migrating to 0.14.x version I got slightly broken tooltips. In some cases they display correctly, but in some they don't. I noticed it right after migrating. You can see how it looked before and now:
I use AngularJS 1.4.7. and Bootstrap 3.3.5.
The text was updated successfully, but these errors were encountered: