We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What does the bug consist in? Error 500
Which version of MathType does this happen in? 8.3.1
What is the relevant software and their versions? CKEditor5
What are the steps needed to reproduce the bug? Please be specific.
Go to https://ckeditor.com/docs/ckeditor5/latest/features/math-equations.html
Insert angle brackets with anything in the brackets for example
Copy and paste the angle brackets
Try to type something in CKEditor5 (you can't anymore since copy paste causes it to crash)
The reason this happens is because the mml that gets sent to https://www.wiris.net/demo/plugins/app/showimage isn't converted to html entities when you paste into CKEditor
<math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="<" close=">"><mrow><mi>t</mi><mi>e</mi><mi>s</mi><mi>t</mi></mrow></mfenced></math>
Normally when you insert from MathType, here's what gets sent as mml. < and > instead of < and > are the 2 differences.
<math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced open="<" close=">"><mrow><mi>t</mi><mi>e</mi><mi>s</mi><mi>t</mi></mrow></mfenced></math>
What is the expected outcome of the steps above?
CKEditor5 shouldn't crash. You should be able to copy and paste a MathType formula with angle brackets, and still be able to type in CKEditor.
What is the actual outcome of the steps above?
Once you copy and paste, you can't type anything into CKEditor
Is there anything else to consider?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
What does the bug consist in?
Error 500
Environment
Which version of MathType does this happen in?
8.3.1
What is the relevant software and their versions?
CKEditor5
CKEditor5
Angular
Chrome
CentOS
Steps to reproduce
What are the steps needed to reproduce the bug?
Please be specific.
Go to https://ckeditor.com/docs/ckeditor5/latest/features/math-equations.html
Insert angle brackets with anything in the brackets for example
Copy and paste the angle brackets
Try to type something in CKEditor5 (you can't anymore since copy paste causes it to crash)
The reason this happens is because the mml that gets sent to https://www.wiris.net/demo/plugins/app/showimage isn't converted to html entities when you paste into CKEditor
Normally when you insert from MathType, here's what gets sent as mml. < and > instead of < and > are the 2 differences.
Expected result
What is the expected outcome of the steps above?
CKEditor5 shouldn't crash. You should be able to copy and paste a MathType formula with angle brackets, and still be able to type in CKEditor.
Actual result
What is the actual outcome of the steps above?
Once you copy and paste, you can't type anything into CKEditor
Other details
Is there anything else to consider?
The text was updated successfully, but these errors were encountered: