Ticket #3831: 3831_3.patch

File 3831_3.patch, 1.3 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/menubutton/plugin.js

     
    55
    66CKEDITOR.plugins.add( 'menubutton',
    77{
    8         requires : [ 'button' ],
     8        requires : [ 'button', 'contextmenu' ],
    99        beforeInit : function( editor )
    1010        {
    1111                editor.ui.addHandler( CKEDITOR.UI_MENUBUTTON, CKEDITOR.ui.menuButton.handler );
  • CHANGES.html

     
    4848                        with PasteFromWord dialog in which default values was ignored</li>
    4949                <li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li>
    5050                <li><a href="http://dev.fckeditor.net/ticket/3852">#3852</a> : Disabled textarea resizing in dialogs</li>
     51                <li><a href="http://dev.fckeditor.net/ticket/3831">#3831</a> : Now it is possible to disable contextmenu</li>
    5152                <li><a href="http://dev.fckeditor.net/ticket/3781">#3781</a> : Colorbutton is now disabled in 'source' mode</li>
    5253                <li><a href="http://dev.fckeditor.net/ticket/3848">#3848</a> : Fixed an issue with Webkit in witch
    5354                        elements in the Image and Link dialogs had wrong dimensions.</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy