Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

tooltip incorrectly positioned when attached to absolutely-positioned element with appendToBody = true #525

Closed
lanterndev opened this issue Jun 15, 2013 · 2 comments

Comments

@lanterndev
Copy link
Contributor

Please see this plunk demonstrating the issue:
http://plnkr.co/edit/tyERI9?p=preview

I went to http://angular-ui.github.io/bootstrap/#/tooltip and clicked "Edit in plunker", then added some absolutely-positioned global nav buttons with some tooltips attached. If you don't set appendToBody to true, the tooltip container is added inside the button group, which messes up the button group behavior. But if you do set appendToBody to true to fix this, the tooltip is positioned offscreen (with top: -41px).

@pkozlowski-opensource
Copy link
Member

It was already fixed via 76fee1f. You can see it working with the version from the master: http://plnkr.co/edit/Sdspg3?p=preview

I hope that we are going to release 0.4 soon.

@lanterndev
Copy link
Contributor Author

Awesome this has been fixed already, and thanks for the super fast reply. And sorry I missed #387. I tried searching for an existing issue before creating this one, but somehow missed it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants