Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #696
Closed
Open
Issue created Dec 16, 2013 by Administrator@rootContributor

Content MathML extension fails in IE11

Created by: davidcarlisle

IE managed to break something again.

In the default "edge" mode the conversion fails to run and so you get an error from the main mathjax processing about an unknown apply node. If you use F12 developer tools to flip it into IE10 mode it works fine.

I started to debug but inconclusively but it's late so I'll not speculate where exactly it's going wrong (the mathjax enabled MathML3 spec at Math/draft-spec/mathml html is similarly broken although that doesn't use this extension.)

A test file for completeness, although any file will show same.

<!DOCTYPE html>
<html>
 <head>
  <title>a+b</title>
  <script type="text/x-mathjax-config">
MathJax.Hub.Config({
MathML: {
extensions: ["content-mathml.js"]
}
});
</script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 </head>

 <body>

  <math>
   <apply><plus/><mi>a</mi><mi>b</mi></apply>   
  </math> 

 </body>
</html>
Assignee
Assign to
Time tracking