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
  • Wiki
  • Browser Bugs

Browser Bugs · Changes

Page history
update browser bugs ; add a draft for Coding Style authored Feb 12, 2013 by Frédéric Wang's avatar Frédéric Wang
Hide whitespace changes
Inline Side-by-side
Browser-Bugs.md
View page @ 99c1d4e4
...@@ -64,12 +64,20 @@ in our issue tracker. ...@@ -64,12 +64,20 @@ in our issue tracker.
* Firefox 11 does not render first menclose correctly * Firefox 11 does not render first menclose correctly
See [issue 212](https://github.com/mathjax/MathJax/issues/212) See [issue 212](https://github.com/mathjax/MathJax/issues/212)
* <del>printing pages with downloadable fonts doesn't render all fonts on the page * <del>printing pages with downloadable fonts doesn't render all fonts on the
page
See [bug 468568](https://bugzilla.mozilla.org/show_bug.cgi?id=468568) See [bug 468568](https://bugzilla.mozilla.org/show_bug.cgi?id=468568)
and [issue 172](https://github.com/mathjax/MathJax/issues/172).</del> and [issue 172](https://github.com/mathjax/MathJax/issues/172).</del>
* [MathML bugs](https://bugzilla.mozilla.org/show_bug.cgi?id=687809) * [MathML bugs](https://bugzilla.mozilla.org/show_bug.cgi?id=687809)
* Firefox: _moz-* attributes appear in the code generated by SourceElement()
See [bug 527201](https://bugzilla.mozilla.org/show_bug.cgi?id=527201)
* Firefox NativeMML does not stretch direct child operators of an mtd/math
See [issue 385](https://github.com/mathjax/MathJax/issues/385).
[bug 236963](https://bugzilla.mozilla.org/show_bug.cgi?id=236963)
* Implement mspace with negative width * Implement mspace with negative width
See [bug 717546](https://bugzilla.mozilla.org/show_bug.cgi?id=717546) See [bug 717546](https://bugzilla.mozilla.org/show_bug.cgi?id=717546)
...@@ -131,13 +139,17 @@ in our issue tracker. ...@@ -131,13 +139,17 @@ in our issue tracker.
MathJax workaround: attach a "style" attribute to the mtable element. MathJax workaround: attach a "style" attribute to the mtable element.
See [issue 214](https://github.com/mathjax/MathJax/issues/214) See [issue 214](https://github.com/mathjax/MathJax/issues/214)
* Primes and other "pre-scripted" glyphs require special treatment when used within msup * Primes and other "pre-scripted" glyphs require special treatment when used
[bug 442637](https://bugzilla.mozilla.org/show_bug.cgi?id=442637) within msup
[bug 442637](https://bugzilla.mozilla.org/show_bug.cgi?id=442637)
## Webkit ## Webkit
[MathJax Tracking Bug](https://bugs.webkit.org/show_bug.cgi?id=84012) [MathJax Tracking Bug](https://bugs.webkit.org/show_bug.cgi?id=84012)
* DOM Element.children does not work on MathML elements.
See [bug 109556](https://bugs.webkit.org/show_bug.cgi?id=109556).
* Integral sign cropped on MathJax's website with Chrome 24 * Integral sign cropped on MathJax's website with Chrome 24
See [issue 250](https://github.com/mathjax/MathJax/issues/250) and See [issue 250](https://github.com/mathjax/MathJax/issues/250) and
[bug 108465](https://bugs.webkit.org/show_bug.cgi?id=108465). [bug 108465](https://bugs.webkit.org/show_bug.cgi?id=108465).
...@@ -148,10 +160,12 @@ in our issue tracker. ...@@ -148,10 +160,12 @@ in our issue tracker.
* STIX fonts do not work with Opera and Safari. * STIX fonts do not work with Opera and Safari.
See [issue 265](https://github.com/mathjax/MathJax/issues/265) and See [issue 265](https://github.com/mathjax/MathJax/issues/265) and
[bug 24230](https://bugs.webkit.org/show_bug.cgi?id=24230) and
[bug 90337](https://bugs.webkit.org/show_bug.cgi?id=90337). [bug 90337](https://bugs.webkit.org/show_bug.cgi?id=90337).
* Bad alignment in table cells with "vertical-align: top" * Bad alignment in table cells with "vertical-align: top"
See [bug 90335](https://bugs.webkit.org/show_bug.cgi?id=90335) and [issue 253](https://github.com/mathjax/MathJax/issues/253) See [bug 90335](https://bugs.webkit.org/show_bug.cgi?id=90335) and
[issue 253](https://github.com/mathjax/MathJax/issues/253)
* Make foreignObject support HTML and MathML * Make foreignObject support HTML and MathML
See [bug 88188](https://bugs.webkit.org/show_bug.cgi?id=88188) See [bug 88188](https://bugs.webkit.org/show_bug.cgi?id=88188)
...@@ -184,11 +198,12 @@ in our issue tracker. ...@@ -184,11 +198,12 @@ in our issue tracker.
MathJax workaround: Use the names *-Regular or *-Italic as the font family. MathJax workaround: Use the names *-Regular or *-Italic as the font family.
* [MathML bugs](https://bugs.webkit.org/show_bug.cgi?id=84019) * [MathML bugs](https://bugs.webkit.org/show_bug.cgi?id=84019)
MathML support in Webkit is still experimental and incomplete. Below are some bugs or missing features MathML support in Webkit is still experimental and incomplete. Below are some
that may prevent people from using its native MathML support. bugs or missing features that may prevent people from using its native MathML
support.
* Multi-character and some Unicode &lt;mi&gt;s italic in WebKit but not Firefox * Multi-character and some Unicode &lt;mi&gt;s italic in WebKit but not
See [bug 44208](https://bugs.webkit.org/show_bug.cgi?id=44208) Firefox. See [bug 44208](https://bugs.webkit.org/show_bug.cgi?id=44208)
* msub/msup do not stretch operators * msub/msup do not stretch operators
See [bug 47780](https://bugs.webkit.org/show_bug.cgi?id=47780) See [bug 47780](https://bugs.webkit.org/show_bug.cgi?id=47780)
......
Clone repository

MathJax Wiki

  • Contributing
  • Development
    • Development Process
      • Release Process Checklist
      • Hotfix Release Process
      • Documentation Update Process
      • Source Control Policies
    • Design Documents
      • MathJax Roadmap
      • CDN Hosting
        • Managing Rackspace Cloud Files & CDN
        • Directory Structure
        • .htaccess settings
        • Managing Amazon Cloudfront
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Configuration Options
      • Documentation generation guide
      • Testing
        • Platforms supported
        • Test Machines
  • MathJax web presence
  • Drafts