Ticket #3205: 3205_2.patch

File 3205_2.patch, 705 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    621621                 */
    622622                hide : function()
    623623                {
     624                        this.fire( 'hide', {} );
     625                       
    624626                        // Remove the dialog's element from the root document.
    625627                        var element = this._.element;
    626628                        if ( !element.getParent() )
     
    656658                        else
    657659                                CKEDITOR.dialog._.currentZIndex -= 10;
    658660
    659                         this.fire( 'hide', {} );
    660661
    661662                        // Reset the initial values of the dialog.
    662663                        this.foreach( function( contentObj ) { contentObj.resetInitValue && contentObj.resetInitValue(); } );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy