Changes between Initial Version and Version 1 of Ticket #10999, comment 1


Ignore:
Timestamp:
Oct 16, 2013, 7:02:53 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10999, comment 1

    initial v1  
    33JS error is thrown from CKEditor 4.0 beta.
    44
    5 Correct behaviour - nothing should happen.
     5Correct behaviour - nothing should happen. Resize plugin is probably missing below "if" statement in init method:
     6{{{
     7if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_INLINE )
     8        return;
     9}}}
    610
    711
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy