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

[CKEditor 5] Upcoming editor v18.0.0 release has breaking changes that will crash MathType #21

Closed
mlewand opened this issue Mar 16, 2020 · 2 comments
Labels
package:ckeditor5 Issues involving the plugin for CKEditor 5

Comments

@mlewand
Copy link

mlewand commented Mar 16, 2020

The upcoming CKEditor 5 release contains a change in style processor that will break the MathType plugin. It causes instant crash with:

mathtype.js:66 TypeError: Cannot read property 'stylesProcessor' of undefined
    at new h (element.js:114)
    at b.domToView (domconverter.js:430)
    at b.domChildrenToView (domconverter.js:466)
    at domChildrenToView.next (<anonymous>)
    at b.domToView (domconverter.js:445)
    at o.toView (htmldataprocessor.js:79)
    at plugin.js:383
    at view (plugin.js:370)
    at xt.e.on.priority (downcasthelpers.js:654)
    at xt.fire (emittermixin.js:209)

The breaking changes are listed in the "StylesProcessor is no longer singleton" pull request.

@mlewand
Copy link
Author

mlewand commented Mar 16, 2020

@xaviripo
Copy link
Contributor

Solved as of MathType for CKEditor 5 version 7.19.0.

@xaviripo xaviripo added the package:ckeditor5 Issues involving the plugin for CKEditor 5 label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:ckeditor5 Issues involving the plugin for CKEditor 5
Projects
None yet
Development

No branches or pull requests

2 participants