CKEditor 5 integration is leaking memory #459
Labels
browser:chrome
Issues that can be reproduced on Chrome
browser:safari
Issues that can be reproduced on Safari
package:ckeditor5
Issues involving the plugin for CKEditor 5
state:accepted
We'll work on this issue soon
type:bug
Something isn't working
Description
Hi, I'm a core developer of CKEditor 5 👋
I'd like to inform you that the
MathType
plugin for the CKEditor 5 retains (lots of) memory when the editor is destroyed. This has been brought to our team's attention by our community and causes issues with integrations that re-start the editor a lot and/or use lots of editor instances on the same page.Environment
"@wiris/mathtype-ckeditor5": "^7.24.0",
Steps to reproduce
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --guest --js-flags="--expose-gc"
MathType
.window.editor
).MathType
enabled.Expected result
There should be no dramatic difference in snapshot size and retained memory.
Actual result
The presence of the
MathType
causes the editor to leak memory which is retained after each destruction.Other details
Related issues in CKEditor 5:
The text was updated successfully, but these errors were encountered: