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
  • #1158
Closed
Open
Issue created Apr 12, 2015 by Davide P. Cervone@dpvcContributor

HTML-CSS gets bounding boxes incorrect

The 2.5.1 patch introduced an error in the final bounding box used for formulas in HTML-CSS output. See this StackExchange post for examples. This is due to the changes made to recover some of the speed lost when measuring the final mathematics. Two issues are present: the exactW value should have been set to false before doing the final measuring (otherwise it will not remeasure), and the MathJax_Processed class should be removed before the remeasure, not after it (otherwise you get width 0).

This is also related to issue #1086 (closed), though that has additional reasons as well.

Assignee
Assign to
Time tracking