Changes between Initial Version and Version 1 of Ticket #10444


Ignore:
Timestamp:
Jun 3, 2013, 10:52:13 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10444

    • Property Status changed from new to confirmed
    • Property Version changed from to 4.0 Beta
  • Ticket #10444 – Description

    initial v1  
    22
    33Most likely this issue requires lots of coding with no significant improvement to the editor.
     4
     5Problem is that [[BR]]
     6inline loads: dataReady, contentDom [[BR]]
     7framed loads: contentDom, dataReady
     8
     9This can be checked with:
     10{{{
     11var editor = CKEDITOR.inline( 'editable' );
     12        editor.on('contentDom', function(){
     13                console.log('contentDom');
     14        });
     15        editor.on('dataReady', function(){
     16                console.log('dataReady');
     17        });
     18}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy