Ticket #1918: 1918.patch

File 1918.patch, 514 bytes (added by Martin Kou, 16 years ago)
  • editor/_source/internals/fckdialog.js

     
    189189                                        FCK.Focus() ;
    190190
    191191                                this.HideMainCover() ;
    192                                 topDialog = null ;
     192                                // Bug #1918: Assigning topDialog = null directly causes IE6 to crash.
     193                                setTimeout( function(){ topDialog = null ; }, 0 ) ;
    193194                                this.SelectionData = null ;
    194195                        }
    195196                },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy