MrFrankel / ngx-popper

An angular wrapper for popper.js, great for tooltips and positioning popping elements
https://mrfrankel.github.io/ngx-popper/
MIT License
186 stars 37 forks source link

popperHideOnClickOutside doen't work when you click on an iframe #134

Open cosmoKenney opened 4 years ago

cosmoKenney commented 4 years ago

If you click outside of a shown popper, on the same document that contains the popper, then the popper is hidden. But clicking in an iframe within the document has no effect.

Is there a catch all close all poppers I can invoke in some way?

cosmoKenney commented 4 years ago

@MrFrankel

Anyone reading these? I'm finally getting back to this project and I need to get this working.