Ticket #7908: 7908.patch
File 7908.patch, 596 bytes (added by , 13 years ago) |
---|
-
_source/plugins/contextmenu/plugin.js
105 105 CKEDITOR.tools.setTimeout( function() 106 106 { 107 107 this.open( offsetParent, null, offsetX, offsetY ); 108 }, 109 0, this ); 110 }, 108 109 // Give a short while to allow selection change before opening menu. (#7908) 110 }, 300, this ); 111 }, 111 112 this ); 112 113 113 114 if ( CKEDITOR.env.opera )