-
Notifications
You must be signed in to change notification settings - Fork 35
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
Crash in Nav Mode #316
Comments
Can you tell me the exact commands you used to cause MathCAT go crash? |
Yes, here's the code command that mathCAT get crashed:
It crashes right after "MoveNext" command. |
Thanks. I can replicate it now. |
With the fix I have, "MoveStart" will say "cap A" and "MoveNext" will say "in pre-superscript; 2". @danghoaiphuc: This makes some sense in that the pre-superscript modifies the base, but that's not the order in which they are displayed. In #315, you seem to want the display order to take precedence. Would you prefer the prescripts be navigated to before the base? |
We got MathCAT crashed in navigation mode when executing the movestart and then movenext command in the expression below.
MathML code converted by the math editor:
<math><mrow><msup><mo stretchy="false"> </mo><mn>2</mn></msup><mi>A</mi></mrow></math>
Its LaTeX code:
{}^2A
The text was updated successfully, but these errors were encountered: