uib-tooltip offset when scrolling while built-in bootstrap tooltip isn't #6261
Description
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