-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
AssistiveMML extension throws error on IE8 [was: HTML-CSS output causes “unknown runtime error” in IE8] #1477
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
Comments
Thanks for the report. The error traces back to https://github.com/mathjax/MathJax/blob/master/unpacked/extensions/AssistiveMML.js#L131 which might be a MathML parsing problem with IE8 -- though I'm a little confused why this wouldn't occur with the CommonHTML as well. Workaround is to disable the AssitiveMML extension; it's probably useless on IE8 anyway since no AT needs/makes use of it on IE8, I think (only MathPlayer is relevant and that works differently after all). |
…ince there is no reader tht can handle this with IE8 anyway, there isn't much point in trying to figure out whatever bug is the source of this error. Resolves issue mathjax#1477.
I put a The |
👍
👍 |
Catch IE8 errors with inserting MathML from AssistiveMML extension. #1477
==> Merged. |
Just open the test page http://cdn.mathjax.org/mathjax/latest/test/sample-tex.html using IE8. In fact the math renders properly, but the console shows the error.
MathJax 2.5 doesn't have this issue. http://cdn.mathjax.org/mathjax/2.5-latest/test/sample-tex.html
The text was updated successfully, but these errors were encountered: