-
-
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
Bug: Some parts of equations disappear on mathjax3 #2560
Comments
Thanks for reporting this. I had a look and can confirm the issue for Safari on Mac. But it seems to be an isolated issue for Safari/webkit only. What I find a bit more disconcerting is that the maths on your site does not render at all on Firefox on any OS (W10, Linux, Mac). But that might be a Wordpress related problem. Can you trie you site with a different browser, e.g., Chrome and see if the problem persists? |
Hello, I just tested with Chrome on my Mac and everything is fine. Thanks for this idea. So there is something that's not working with Safari... I hope that mathjax team can fix this because a lot of my customers are using Safari. |
If it is an CSS issue in the rendering engine, it can be difficult to work around it. Sometimes these issues disappear with the next browser version. An alternative solution for now is to use the SVG renderer that does not seem to have that problem in Safari. I.e., replace <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> by <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js"></script> in your code. Another thing I noticed in your page: The |
Thanks for your response and the script tag. I have changed the mathjax script as you say, but the look is not good, every time I have an inline math
do not render well. See the picture of it or go to the site page. |
This is due to CSS on your site that makes SVG have mix-container > svg {
display: initial
} would do it (or maybe |
Note that the original report is a duplicate of #2435. |
Hello, thanks for your help. I tried this
then this
But it has no effect. |
Sorry, it should be |
Wow, I'm impressed ! I tried
and that's working! Thanks so much. |
Hello,
I have seen for a long time this bug from MathJax version3, whereas it does not exist with MathJax version 2.
I want to be able to upgrade to MaxJax3, but I can't because of this issue.
It has been difficult to isolate it, but I manage to do it.
You can access the issue with the following link.
This is a WordPress site, from a clean and fresh installation, running the MathJax script :
Now please take a look at this short video to see exactly what happens on my screen.
Waiting for your feedback
Technical details
The text was updated successfully, but these errors were encountered: