Ticket #4825: 4825.patch

File 4825.patch, 572 bytes (added by Minh Nguyen, 14 years ago)
  • _source/plugins/contextmenu/plugin.js

     
    139139                        }
    140140
    141141                        // Don't show context menu with zero items.
    142                         menu.items.length && menu.show( offsetParent, corner || ( editor.lang.dir == 'rtl' ? 2 : 1 ), offsetX, offsetY );
     142                        menu.items.length && menu.show( offsetParent, corner || ( editor.lang.dir == 'rtl' ? 2 : 1 ), offsetX + 2, offsetY + 2);
    143143                }
    144144        },
    145145
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy