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 has been archived by the owner on May 29, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Related to #96 and perhaps the solution to #96 should consider this and this is a good argument for just doing re-positioning on each $digest in #1415.
Reposition on each digest, this ensures that the tooltip is always positioned
correctly no matter how its content changes.
Fixesangular-ui#96Fixesangular-ui#1109Closesangular-ui#2816
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.
The text was updated successfully, but these errors were encountered: