Skip to content
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

Cannot type after MathType's Math equation #1874

Closed
venkateshwarans opened this issue Jul 10, 2019 · 6 comments
Closed

Cannot type after MathType's Math equation #1874

venkateshwarans opened this issue Jul 10, 2019 · 6 comments
Labels
package:mathtype type:bug This issue reports a buggy (incorrect) behavior.

Comments

@venkateshwarans
Copy link

venkateshwarans commented Jul 10, 2019

Is this a bug report or feature request? (choose one)

🐞 Bug report

💻 Version of CKEditor

CKEditor5 V12.1.0
Custom Build Package - @project-sunbird/ckeditor-build-font

📋 Steps to reproduce

Video to reproduce the issue - https://imgur.com/NA9pz3Q

  1. Open the editor
  2. Enter some text. (enter space after text)
  3. Click on MathType Plugin
  4. Enter any equation. Click Ok.
  5. Now try typing.

✅ Expected result

  1. Should be able to type.

❎ Actual result

  1. Unable to type.

📃 Other details that might be useful

Related Issue - #1049


If you'd like to see this fixed sooner, add 👍 to this post.

@Mgsy
Copy link
Member

Mgsy commented Aug 6, 2019

I can confirm this issue.

@Mgsy Mgsy added status:confirmed type:bug This issue reports a buggy (incorrect) behavior. labels Aug 6, 2019
@Mgsy Mgsy added this to the backlog milestone Sep 2, 2019
@mlewand
Copy link
Contributor

mlewand commented Nov 13, 2019

A thing that i noted here is that the key for this issue to occur is adding a regular space before the MathType widget.

Exception occurs if you set the editor content like that: editor.setData( '<p>Hello world! <math xmlns="http://www.w3.org/1998/Math/MathML">&nbsp;<msqrt><mn>2</mn>&nbsp;</msqrt></math></p><p>Sample text</p>' )

But it doesn't occur if you explicitly use &nbsp;, like so: editor.setData( '<p>Hello world!&nbsp;<math xmlns="http://www.w3.org/1998/Math/MathML">&nbsp;<msqrt><mn>2</mn>&nbsp;</msqrt></math></p><p>Sample text</p>' )

@adityaism
Copy link

is this fixed?

@Mgsy
Copy link
Member

Mgsy commented Dec 19, 2019

is this fixed?

Unfortunately, this is still the issue, however, Wiris (author of the MathType) works on improvements in the plugin and after the release, this one (and many others) should be fixed.

@akhilrkeyvalue
Copy link

Hi, can I please know when the next release is going to be and when the bug will be fixed?

@FilipTokarski
Copy link
Member

This issue is fixed in the new MathType version 7.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:mathtype type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

6 participants