Ticket #3528: 3528.patch

File 3528.patch, 1.1 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/contextmenu/plugin.js

     
    1515                        {
    1616                                exec : function()
    1717                                        {
    18                                                 editor.contextMenu.show();
     18                                                editor.contextMenu.show( editor.document.getBody() );
    1919                                        }
    2020                        });
    2121        }
  • CHANGES.html

     
    245245                        copy and paste Flash content among different editor instances.</li>
    246246                <li><a href="http://dev.fckeditor.net/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li>
    247247                <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
    248250        </ul>
    249251        <h3>
    250252                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy