Closed muelli closed 4 years ago
Sorry. A lot of polyfills struggle with this issue. Fundamentally this is a huge reason to use Web Components which handle loading for you.
If this is important for you and you still (two years later...) want to support IE11, try a Web Components polyfill and a WC-based dialog.
For my single page application which needs to run on IE11 I would appreciate a library for modals which does not require JavaScript calls but rather somehow notices that a
<dialog>
element has been created and acts accordingly. As far as I can see this is currently not possible.