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
  • #2974
Closed
Open
Issue created Dec 01, 2022 by Administrator@rootContributor

iOS Text has messed up baseline

Created by: heinrich26

Issue Summary

on iOS, writing multiple letters/words will show that they don't share a baseline.

Steps to Reproduce:

  1. use an iOS/iPad OS browser
  2. write a formula containing multiple letters/words (seen best when using \text{})
  3. Observe misalignment

I checked this on Windows, but this issue isn't observable there.

Technical details:

  • MathJax Version: 3.2
  • Client OS: iPadOS 16.1.1
  • Browser: Chrome 108.0.5359.52

I tested this in the JsBin example, loading MathJax via

<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

Supporting information:

  • Example html:
<p>
When \(a \ne 0\), there are two solutions to \(\text{this will be badly formatted}\) and they are
\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
</p>
  • Don't know if this will stay, but here's a JSBin link
  • Screenshot of the bug: image
Assignee
Assign to
Time tracking