Since version 28.0.1500.72 m of Chrome browser we started to get the following error while initializing CKEditor on textarea
the error text is
"Uncaught TypeError: Cannot read property 'options' of undefinedIn file: https://asoi.interfax-aki.ru/ckeditor/ckeditor.js Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
We initialize CKEditor by the following code:
var editorSettings = {
toolbar:
[
{ name: 'clipboard', items: ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'] },
{ name: 'editing', items: ['Find', 'Replace', '-', 'SelectAll'] }
],
skin: 'office2003',
tabSpaces: '5',
customConfig: '../js/custom-config.js'
};
CKEDITOR.replace('text', editorSettings);
where text is ID of textarea
In any other browsers, including previous versions of Chrome it works goog.
Please help us, because Chrome is very widely used in our corporation.
Thank You in advance.
Are you using CKEditor 4.x?
Are you using CKEditor 4.x? There's no 'office2003' skin and since noone else has reported us that there's any problem on newest Chrome (we've been testing it too of course). And of course - if you're not using CKEditor 4.x, you should update it.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+