You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text inside an HTML details element after inline math does not render in Mac Chrome 131.0.6778.267.
Steps to Reproduce:
Here is a minimal example showing the bug:
<head>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
A B C D \(\sqrt{e}\) F G H \(\sqrt{i}\) J K L M N \(\sqrt{o}\) P Q R S T
<details>
<summary>Click \(\sqrt{x}\) to open</summary>
A B C D \(\sqrt{e}\) F G H \(\sqrt{i}\) J K L M N \(\sqrt{o}\) P Q R S T
</details>
</body>
Here is what Chrome displays when the element is open; the first and last lines of text should be identical.
In contrast, here is what Firefox (133.0.3 (aarch64)) displays:
And here is what Safari (17.6 (19618.3.11.11.5)) displays:
Technical details:
MathJax Version: 3.2.2
Client OS: Mac OS X 14.6.1 (23G93)
Browser: Chrome 131.0.6778.267, no extensions
The bug appears with the default MathJax configuration (see complete example above).
Supporting information:
No console error messages.
Changing the MathJax renderer or other settings seems to have no effect.
This could be a bug in Mac Chrome (like the STIX font kerfuffle) not in MathJax.
The text was updated successfully, but these errors were encountered:
Do note that if you enclose the contents of the details tag in a <div> or <p>, that seems to avoid the bug, so you may be able to use that as a work-around for now.
Issue Summary
Text inside an HTML
details
element after inline math does not render in Mac Chrome 131.0.6778.267.Steps to Reproduce:
Here is a minimal example showing the bug:
Here is what Chrome displays when the element is open; the first and last lines of text should be identical.
In contrast, here is what Firefox (133.0.3 (aarch64)) displays:
And here is what Safari (17.6 (19618.3.11.11.5)) displays:
Technical details:
The bug appears with the default MathJax configuration (see complete example above).
Supporting information:
The text was updated successfully, but these errors were encountered: