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.29k stars 6.73k forks source link

Hovering on popover is not possible when popover is append to body #6526

Open manjunathmofs opened 7 years ago

manjunathmofs 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

Its urgent.Thanks in Advance

WVWillHall commented 7 years ago

That would be the expected behavior for this scenario.

Best bet is to write a hover-intent style directive to handle the event.