jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
677 stars 58 forks source link

"close" and "userclose" events on <dialog> should be dispatched simultaneously #93

Open jarek-foksa opened 4 years ago

jarek-foksa commented 4 years ago

Currently the custom userclose event has different timing than the standard close event. I would expect them to be fired simultanously when the "open" attribute is added or removed. Also check https://github.com/jarek-foksa/xel/issues/92 for related discussion.