I'm not sure where the issues lie, is it the conversion of latex to mathml, or Chrome's rendering of the mathml.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Fix genFrac bracket sizes | mediawiki/extensions/Math | master | +8 -2 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Declined | Stegmujo | T310373 Make Mathoid Client a standalone class | |||
Open | None | T327098 Implement Math Accessibility Features necessary for Intent attribute usage | |||
Resolved | Physikerwelt | T302628 Implement native MathML rendering in Math | |||
Resolved | Physikerwelt | T346795 User Feedback to MathML implementation in Math extension | |||
Duplicate | None | T348615 Implement User Feedback to Round One | |||
Resolved | Stegmujo | T350735 native: \tbinom{n}{k} is broken |
Event Timeline
Comment Actions
Thanks for your feedback. Just checked this case, in Chromium and Firefox. In Chrome this looks like this{F41502250}. Could you specify what exactly is the issue here @SalixAlba
Comment Actions
This is from https://test.wikipedia.org/wiki/Help:Displaying_a_formula rendered in Google Chrome
Bracket placement clearly too low. Or actually here the <mfrac> is too high.
Comment Actions
Change 975592 had a related patch set uploaded (by Stegmujo; author: Stegmujo):
[mediawiki/extensions/Math@master] Fix tbinom bracket sizes
Comment Actions
The problem which causes the display issues in Chrome is that maxsize is defined too small, or at all. Mathjax creates similar outputs as TexVC currently and also produces such issue cases. A solution would be to remove maxsize or set it bigger so the brackets can stretch correctly.
Created an example with several affected cases (functions with brackets parsed by genFrac function)
.The problem which causes the display issues in Chrome is that maxsize is defined too small, or at all. Mathjax creates similar outputs as TexVC currently and also produces such issue cases. A solution would be to remove maxsize or set it bigger so the brackets can stretch correctly.
Comment Actions
Change 975592 merged by jenkins-bot:
[mediawiki/extensions/Math@master] Fix genFrac bracket sizes