Ticket #1573: Doc_OnSelectionChange.patch

File Doc_OnSelectionChange.patch, 486 bytes (added by Matthias Miller, 16 years ago)
  • editor/_source/internals/fck_ie.js

     
    9292
    9393function Doc_OnSelectionChange()
    9494{
    95         FCK.Events.FireEvent( "OnSelectionChange" ) ;
     95        // Don't fire the event if no document is loaded.
     96        if ( FCK.EditorDocument )
     97                FCK.Events.FireEvent( "OnSelectionChange" ) ;
    9698}
    9799
    98100function Doc_OnDrop()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy