This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Position service (tooltips, popovers) jump away from element if a dom element is added above the element #1109
Closed
Description
For example, see this screencast:
http://screencast.com/t/yflYrdBP
You can also reproduce this bug by adding DOM elements above popover / tooltip elements on the demo site. The problem is that position is absolute, calculated on show, instead of elements being anchored. Possible solutions are anchoring to element on which tooltip / popover is applied, or listening for changes in height and adjusting accordingly.