Ticket #8301: 8301.patch
File 8301.patch, 587 bytes (added by , 12 years ago) |
---|
-
_source/plugins/dialog/plugin.js
2933 2933 /** @ignore */ 2934 2934 exec : function( editor ) 2935 2935 { 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 ); 2937 2941 }, 2938 2942 2939 2943 // Dialog commands just open a dialog ui, thus require no undo logic,