Ticket #6404: 6404_2.patch

File 6404_2.patch, 672 bytes (added by Martin, 14 years ago)
  • _source/plugins/contextmenu/plugin.js

     
    1 /*
     1/*
    22Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    9898                                };
    9999                        }
    100100
     101                        editor.on( 'mode' , function()
     102                                {
     103                                        if ( editor.mode == 'source' )
     104                                        {
     105                                                menu.hide();
     106                                                editor.focus();
     107                                        }
     108                                });
     109
    101110                        var listeners = this._.listeners,
    102111                                includedItems = [];
    103112
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy