Error in CKEDITOR.replace () in standard package

When I try to call the CkEditor replace method with the standard package (plus the German language pack), I get the following error in JavaScript:

TypeError: d - undefined

... + e})} if (! A.blockless) {var q = a.lang.bidi; F ("BidiLtr", d.ltr, "bidiltr", m ("l"), 10) ...

If I use the full package (also with the German language pack) everything works fine. Any ideas what the problem might be? I just call the replace method from the example in both cases:

CKEDITOR.replace( 'editor1' );

      

+3


source to share


1 answer


I had the same problem. I have installed CKEditor 4.3.3. After full installation of CKEditor 4.4.7, the issues were fixed.



0


source







All Articles