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

Any reports of IE11 dying unexpectedly? #81

Closed
tiandavis opened this issue Dec 28, 2017 · 3 comments
Closed

Any reports of IE11 dying unexpectedly? #81

tiandavis opened this issue Dec 28, 2017 · 3 comments

Comments

@tiandavis
Copy link

tiandavis commented Dec 28, 2017

Hey Folks!

Love the library and a11ycasts, quick question, "Any reports of IE11 dying unexpectedly?" And by dying, I mean not being able to hit breakpoints or logs at all, just dies. Was hoping to submit a PR, but nothing is really standing out as an issue. Any insider clues?

High-level, basically working through accessible modal dialogs as taught by Rob in this episode of a11ycasts:
https://www.youtube.com/watch?v=JS68faEUduk

The inert library worked out really well, just this one scenario where it's failing for IE11 customers while closing one type of modal we have. The library works fine for another type of modal we have, so I'm aware maybe we have some CSS property (or combination of properties) or maybe some HTML layout/attribute that's causing a critical failure in the IE11 rendering engine/MutationObserver event handler.

We're not "dead in the water" or anything because I was able to replicate the core library function. The replication is good enough atm, but would ideally like to continue using inert because of its collective polish. Any thoughts on where I should focus in the inert library? Any IE11 reports that might jog a memory or two?

Accessibility lawsuits are heating up and on the radar for major web-based products (including ours), so Thanks for advancing accessibility efforts and Keep up the good work!

@robdodson
Copy link
Collaborator

Possibly related to #75.

You might also check that the console isn't logging any SyntaxErrors. If so then it would stop parsing the file and that might explain why breakpoints wouldn't work.

@tiandavis
Copy link
Author

Thanks Rob! Will keep digging!

@tiandavis
Copy link
Author

Will close this issue for now @robdodson, but feel free to reopen as needed and Thanks!

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

No branches or pull requests

2 participants