angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.28k stars 6.73k forks source link

popover append to body and popover is open is not working together #6541

Closed aravinthlr closed 7 years ago

aravinthlr commented 7 years ago

Actual scenrio : 1.I am using UIGrid with popover on cells 2.ui-grid have many relative elements so popover is hiding under header as based on parent relative elements. 3.I am trying to use popover-append-to-body. 4.popover is appended with body but while hovering it is closed.popover-is-open is not working here

Reference :http://plnkr.co/edit/xfFx2zqXuQyxRWzNQCIs?p=preview