Ticket #8301: 8301.patch

File 8301.patch, 587 bytes (added by Garry Yao, 12 years ago)
  • _source/plugins/dialog/plugin.js

     
    29332933                /** @ignore */
    29342934                exec : function( editor )
    29352935                {
    2936                         editor.openDialog( this.dialogName );
     2936                        // Special treatment for Opera. (#8031)
     2937                        CKEDITOR.tools.setTimeout( function()
     2938                           {
     2939                                   editor.openDialog( this.dialogName );
     2940                           }, 0, this );
    29372941                },
    29382942
    29392943                // Dialog commands just open a dialog ui, thus require no undo logic,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy