Changes between Initial Version and Version 1 of Ticket #10999, comment 1
- Timestamp:
- Oct 16, 2013, 7:02:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10999, comment 1
initial v1 3 3 JS error is thrown from CKEditor 4.0 beta. 4 4 5 Correct behaviour - nothing should happen. 5 Correct behaviour - nothing should happen. Resize plugin is probably missing below "if" statement in init method: 6 {{{ 7 if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_INLINE ) 8 return; 9 }}} 6 10 7 11