Changes between Initial Version and Version 1 of Ticket #9918, comment 3


Ignore:
Timestamp:
Jun 14, 2013, 2:24:15 PM (11 years ago)
Author:
GreenAirplane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9918, comment 3

    initial v1  
    22
    33You can find the problem if you will set breakpoint in scriptloader.js line 125:
     4{{{
    45script.$.onreadystatechange = function() {
    56        if ( script.$.readyState == 'loaded' || script.$.readyState == 'complete' ) {
     
    89        }
    910};
     11}}}
    1012
    1113At some point you will see that this event was fired but script.$.readyState === 'loading' and script.$.src === '$CKEditorDIR$/styles.js'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy