-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CommonHTML] equation label not properly aligned in large arrays with many labels #1500
Comments
Oh wow. 1500 bugs! |
It turns out that there were several issues that contributed to this. One was that the heights of the lines were being adjusted to the wrong value (argh). But there were also issues with empty cells (it turns out inline-block nodes with no text content align differently from those with text content), and with nodes whose height is less than the midpoint of the font (didn't appear in your examples, but did in my own tests). I think I have taken care of all of them in the |
…d issues with cells containing no text and cells that are shorter than the midpoint of the font. Resolves issue mathjax#1500.
Handle adjusting cell heights properly. #1500
==> Merged. |
Well, because pull requests use the same numbers as issues (and we've been using more pull requests lately), there aren't really 1500 bugs. There are 1220 issues (not all of them bugs) and 204 pull requests as of this posting. So I'm not sure what the other items 76 are! |
Hm... the numbers I see do add up (maybe you had a filter on?) But yes, over 200 PRs in total -- still awesome :-) |
…ld reduce the round-off problems by forcing each row to the desired height, and doing the same with the labels. Resolves issue mathjax#1532 (and mathjax#1500).
==> In testsuite MathMLToDisplay/Presentation/TablesAndMatrices/issue1532.html |
Examples
Screenshot (combined)
The text was updated successfully, but these errors were encountered: