Hallo CKEditor Team!
I found a bug in CKEditor 4.4.2 by using IE8.
ckeditor.js, row 16635.
You are using the Array.map() function. But IE8 dosen't Support this.
Here a quick solution: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
Best regards
Demian
Hi Demian,
Hi Demian,
we don't seem to use Array.map() anywhere, this might come from a third-party plugin. We will check this, thanks for your report!
Can you post the contents of your build-config.js file? Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Hey. CKEditor is not using
Hey. CKEditor is not using Array#map anywhere. From the row of ckeditor.js which you mentioned I conclude that it's one of 3rd party plugins you might installed.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Okay. I'm sorry. My mistake.
Okay. I'm sorry. My mistake. The ckeditor.js was not the right Version. You can close this thread.