Ticket #4262: 4262.patch

File 4262.patch, 1.6 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/keystrokes/plugin.js

     
    202202        [ CKEDITOR.ALT + 122 /*F11*/, 'elementsPathFocus' ],
    203203
    204204        [ CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ],
     205        [ CKEDITOR.CTRL + CKEDITOR.SHIFT + 121 /*F10*/, 'contextMenu' ],
    205206
    206207        [ CKEDITOR.CTRL + 90 /*Z*/, 'undo' ],
    207208        [ CKEDITOR.CTRL + 89 /*Y*/, 'redo' ],
  • CHANGES.html

     
    4848                <li><a href="http://dev.fckeditor.net/ticket/3528">#3528</a> : Fixed Context Menu issue when triggered using Shift+F10.</li>
    4949                <li><a href="http://dev.fckeditor.net/ticket/4028">#4028</a> : Maximize control's tool tip was wrong once it is maximized.</li>
    5050                <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>
    5253        </ul>
    5354        <h3>
    5455                CKEditor 3.0</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy