Andreas Jim-Hartmann
Andreas Jim-Hartmann
Thanks for the reply, my code was indeed faulty and the fix prevents the issue in the example. After removing the width counter, I can still reproduce it sometimes when...
I have managed to adjust the sample code so that the crash happens immediately with a static page: https://codesandbox.io/p/sandbox/hidden-wind-89wpc9?file=%2Findex.tsx%3A27%2C3 If you remove one of the properties `ellipsis` / `copyable`, the...
@codingories, thank you for trying to reproduce the issue. For me, the page crashes immediately (see attached screenshot). This is Firefox 138.0.3 on macOS 15.3.2. It also happens in Chrome...
It is certainly not a codesandbox issue, since the error occurs in our application as well. The error is thrown by React, but the underlying cause of the error is...
@dpvc , thank you very much for your response. The workaround works for us for the moment; we will update when the fix is available.
Interestingly, the online demo (https://www.mathjax.org/#demo) renders empty `mjx-break` elements: ```texdt When $D_i (0 \leq i < n)$, … ```
A potential workaround is moving the `mjx-break` element vertically to preserve the width but prevent it from being detected as click target: ```css mjx-break { position: relative; top: -10em; }...
@dpvc, thanks a lot! For the moment I have incorporated the changes from your PR using patch-package.
@dpvc, by the way, do you know why the online demo (https://www.mathjax.org/#demo) doesn't render the spaces inside `mjx-break` in SVG mode? Maybe this should be looked at as well.
@fast-reflexes, are there any news regarding MathJax 4 update? TIA!