You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
If I'm at the top of the page (0 scrolling) I get OK placement of tooltips:
The more I scroll down, the more the tooltip is offset (mouse still on top button):
I really cannot find any conflicting scripts or css I use that seems to cause this. I tried with CSP on/off and append-to-body true/false. I need it true though, since I have buttons that use a justify-content css with flow, and having it not append-to-body causes flickers and offsets in the buttons within the justify-content. Perhaps this is a separate bug for another issue though.
The buttons are within a table and I found this old issue talking about wrong positioning in tables: #115
It was supposedly solved by moving over to $position though.
Link to minimally-working plunker that reproduces the issue:
Unfortunately I haven't been able to create a plunker that replicates the issue yet, but I tried and ended up with this, which "unfortunately" is working, somewhat at least. I cannot get the built-in Bootstrap tooltips to work though. https://plnkr.co/edit/3OCKeZx1ceeaJv6ozNko?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.8
UIBS: 2.1.4
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered:
In your plunk, you are loading both the TWBS javascript and angular-ui-bootstrap library. Angular-ui-bootstrap is designed to replace the TWBS javascript, you can not use both at the same time.
@RobJacobs Hmm, are you sure about that? I don't see that anywhere in the documentation. I thought they were completely separate and on different dependencies.
I just tried removing TWBS from my real project and I still get the positional bugs when scrolling, so that wasn't the solution at least. Any other idea? What could possibly change the position of the tooltips when scrolling? (I tried switching off append-to-body)
HugCoder
changed the title
uib-tooltip offset when scrolling while built-in boostrap tooltip isn't
uib-tooltip offset when scrolling while built-in bootstrap tooltip isn't
Sep 28, 2016
Bug description:
If I'm at the top of the page (0 scrolling) I get OK placement of tooltips:


The more I scroll down, the more the tooltip is offset (mouse still on top button):
I really cannot find any conflicting scripts or css I use that seems to cause this. I tried with CSP on/off and append-to-body true/false. I need it true though, since I have buttons that use a justify-content css with flow, and having it not append-to-body causes flickers and offsets in the buttons within the justify-content. Perhaps this is a separate bug for another issue though.
The buttons are within a table and I found this old issue talking about wrong positioning in tables:
#115
It was supposedly solved by moving over to $position though.
Link to minimally-working plunker that reproduces the issue:
Unfortunately I haven't been able to create a plunker that replicates the issue yet, but I tried and ended up with this, which "unfortunately" is working, somewhat at least. I cannot get the built-in Bootstrap tooltips to work though.
https://plnkr.co/edit/3OCKeZx1ceeaJv6ozNko?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.8
UIBS: 2.1.4
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: