Ticket #3205: 3205_2.patch
File 3205_2.patch, 705 bytes (added by , 16 years ago) |
---|
-
_source/plugins/dialog/plugin.js
621 621 */ 622 622 hide : function() 623 623 { 624 this.fire( 'hide', {} ); 625 624 626 // Remove the dialog's element from the root document. 625 627 var element = this._.element; 626 628 if ( !element.getParent() ) … … 656 658 else 657 659 CKEDITOR.dialog._.currentZIndex -= 10; 658 660 659 this.fire( 'hide', {} );660 661 661 662 // Reset the initial values of the dialog. 662 663 this.foreach( function( contentObj ) { contentObj.resetInitValue && contentObj.resetInitValue(); } );