Ticket #3528: 3528.patch
File 3528.patch, 1.1 KB (added by , 14 years ago) |
---|
-
_source/plugins/contextmenu/plugin.js
15 15 { 16 16 exec : function() 17 17 { 18 editor.contextMenu.show( );18 editor.contextMenu.show( editor.document.getBody() ); 19 19 } 20 20 }); 21 21 } -
CHANGES.html
245 245 copy and paste Flash content among different editor instances.</li> 246 246 <li><a href="http://dev.fckeditor.net/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li> 247 247 <li><a href="http://dev.fckeditor.net/ticket/4186">#4186</a> : [FF] Fixed First open float panel cause host page scrollbar blinking.</li> 248 <li><a href="http://dev.fckeditor.net/ticket/3528">#3528</a> : Fixed Context Menu issue when triggered using Shift+F10.</li> 249 248 250 </ul> 249 251 <h3> 250 252 CKEditor 3.0 RC</h3>