mjml icon indicating copy to clipboard operation
mjml copied to clipboard

Paste error with CKEDITOR : this.getChildrenContainer(...) is null

Open LoFromCaumont opened this issue 6 years ago • 5 comments

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 ?

2018-10-19_142046

LoFromCaumont avatar Oct 19 '18 12:10 LoFromCaumont

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:

error

@artf, do you have any idea about it?

jmchaves avatar Apr 17 '19 18:04 jmchaves

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... ?

LoFromCaumont avatar Apr 18 '19 11:04 LoFromCaumont

I was running ckeditor 4.7, I switched it to 4.6.2 (Standard) and this fixed the issue.

jmchaves avatar Apr 18 '19 15:04 jmchaves

Yeah ! I'll try this change ...one day ;-( Results in next post... Thanks you

LoFromCaumont avatar Apr 18 '19 15:04 LoFromCaumont

can anyone confirm this is still an issue?

DRoet avatar Jul 17 '20 19:07 DRoet