Closed Mgsy closed 4 years ago
We have been studying the problem and we have realized that it is not a mathtype problem but a problem with the way a formula with arrows is treated:
The problem is that you are writing in the arrow container and not out of it, you can detect it because the bottom caret marks the arrow and not the whole equation (which would be the expected).
To see the correct behavior you have to move the cursor one more position to the right when inserting an arrow.
We attached a video showing the difference between the behavior you have reported and the correct behavior in this type of formulas:
Original issue - https://github.com/ckeditor/ckeditor5/issues/5993.
Steps to reproduce
Expected result
Numbers should render right above or below the arrow, arrow should change its width.
Actual result
With longer formulas numbers are rendering in wrong place.
Other details