Ticket #4262: 4262.patch
File 4262.patch, 1.6 KB (added by , 14 years ago) |
---|
-
_source/plugins/keystrokes/plugin.js
202 202 [ CKEDITOR.ALT + 122 /*F11*/, 'elementsPathFocus' ], 203 203 204 204 [ CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ], 205 [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ], 205 206 206 207 [ CKEDITOR.CTRL + 90 /*Z*/, 'undo' ], 207 208 [ CKEDITOR.CTRL + 89 /*Y*/, 'redo' ], -
CHANGES.html
48 48 <li><a href="http://dev.fckeditor.net/ticket/3528">#3528</a> : Fixed Context Menu issue when triggered using Shift+F10.</li> 49 49 <li><a href="http://dev.fckeditor.net/ticket/4028">#4028</a> : Maximize control's tool tip was wrong once it is maximized.</li> 50 50 <li><a href="http://dev.fckeditor.net/ticket/4237">#4237</a> : ToolBar is chopped off in Safari browser 3.x.</li> 51 <li><a href="http://dev.fckeditor.net/ticket/4269">#4269</a> : "Esc" and "Enter" keystrokes were not handled when a dialogue box is opened which causes the form post automatically.</li> 51 <li><a href="http://dev.fckeditor.net/ticket/4269">#4269</a> : "Esc" and "Enter" keystrokes were not handled when a dialogue box is opened which causes the form post automatically.</li> 52 <li><a href="http://dev.fckeditor.net/ticket/4262">#4262</a> : Tab and Shift+Tab was not working to cycle through CTRL+SHIFT+F10 context menu in IE.</li> 52 53 </ul> 53 54 <h3> 54 55 CKEditor 3.0</h3>