Changes between Version 4 and Version 5 of Ticket #10400, comment 21
- Timestamp:
- Mar 19, 2014, 8:32:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10400, comment 21
v4 v5 7 7 ''UPDATE:'' OK, ul/li are not reason. In my case error show up (sometimes) when I'm switching normal/source mode. In html exists only p,div,img,nbsp. I'am using some 3rd plugins. So I will try to make new build without plugins. To edit source I'm using codemirror plugin. 8 8 9 '''UPDATE 2:''' calling an error (100% repeat): 10 11 1) open ckeditor by CKEDITOR.replace('element_id') 12 2) go to soure edit 13 3) switch to normal edit 14 4) destroy by { ckeditor editor.destroy(); editor = null; } 15 5) open ckeditor by CKEDITOR.replace('element_id') 16 17 Uncaught TypeError: Cannot call method 'getParent' of undefined [ckeditor:149]