Ticket #13314: menu_plugin.patch

File menu_plugin.patch, 494 bytes (added by Andrea, 9 years ago)

The issue seems to be on the menu plugin, I'm attaching a patch with the fix

  • plugins/menu/plugin.js

    old new  
    167167                                        listeners = this._.listeners;
    168168
    169169                                this.removeAll();
    170 
    171                                 if (selection.getRanges().length == 0)
    172                                     return;
    173 
    174170                                // Call all listeners, filling the list of items to be displayed.
    175171                                for ( var i = 0; i < listeners.length; i++ ) {
    176172                                        var listenerItems = listeners[ i ]( start, selection, path );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy