GoogleChrome / dialog-polyfill

Polyfill for the HTML dialog element
BSD 3-Clause "New" or "Revised" License
2.45k stars 245 forks source link

Fix DOMNodeRemoved bubble (Issue #150) #151

Closed craigfrancis closed 7 years ago

craigfrancis commented 7 years ago

The DOMNodeRemoved event bubbles, which incorrectly causes downgradeModal() in IE9/10 when the content changes.

samthor commented 7 years ago

Thanks!