Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe Undo MutationEvent Fix For IE11? #19

Closed
paulie4 opened this issue Sep 5, 2017 · 2 comments
Closed

Maybe Undo MutationEvent Fix For IE11? #19

paulie4 opened this issue Sep 5, 2017 · 2 comments

Comments

@paulie4
Copy link

paulie4 commented Sep 5, 2017

I tested https://jsfiddle.net/x2r3jpuz/2/ on IE11, and it is not causing a crash for me. This is the version info for my IE11:
image

If Microsoft has apparently fixed whatever bug was causing that problem, should the code switch back to using MutationObservers instead of MutationEvents, since MDN's docs say MutationEvents are deprecated and can make DOM modifications "1.5 - 7 times slower?"

@que-etc
Copy link
Owner

que-etc commented Nov 17, 2017

@paulie4

Well, considering that it's been a while since v11.0.43 was released, I believe that it's safe to enable MutationObserver for IE again.

Thank you for letting me know and especially for your patience!

@que-etc
Copy link
Owner

que-etc commented Nov 17, 2017

Fixed in v1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants