mjml
mjml copied to clipboard
Paste error with CKEDITOR : this.getChildrenContainer(...) is null
Hi, a have a weird JS error when pasting anything (even a single character) at the EDGEs of the text. No problem pasting INSIDE existing text. I tried with differents versions of JQUERY and CKEDITOR. Always the same bug. I think having all required plugins for CK. An idea ?
Hey @LoFromCaumont, I got a similiar issue when I paste a text using "Ctrl + V". This happens when you combine these two plugins: plugins: ["grapesjs-mjml", "gjs-plugin-ckeditor"]
. The text got blank then when you click outside of the component it triggers the error:
@artf, do you have any idea about it?
Hey, happy to not be alone ! But no, i didn't worked on this project since 6 months. I suppose you tried with the lastest versions of Jquery, CK, Grapes... ?
I was running ckeditor 4.7, I switched it to 4.6.2 (Standard)
and this fixed the issue.
Yeah ! I'll try this change ...one day ;-( Results in next post... Thanks you
can anyone confirm this is still an issue?