GoogleChrome / dialog-polyfill

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

Open CustomEvent missing #89

Closed lozandier closed 8 years ago

lozandier commented 8 years ago

For some reason, the open event is suddenly missing for the open & showModal methods; are there particular reason for its removal? I'm almost certain this is a very recent change (or I'm too familar with various dialog implementations that I didn't catch this sooner when using this polyfill the past few years).

Nonetheless, I've created a PR #90 in case it is missing without a good reason and it is in fact something that is to be expected with the dialog element.

samthor commented 8 years ago

Closed as not part of spec.