[Libreoffice-ux-advise] [Bug 100370] Status bar functions - Selection Icon not working properly on left mouse click

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 15 12:12:42 UTC 2016


https://bugs.documentfoundation.org/show_bug.cgi?id=100370

Jan Holesovsky <kendy at collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |difficultyInteresting,
                   |                            |easyHack, skillCpp, topicUI

--- Comment #3 from Jan Holesovsky <kendy at collabora.com> ---
If we want to limit the menu only to the right click, I think the right thing
to do is to check rEvt in:

  bool SvxSelectionModeControl::MouseButtonDown( const MouseEvent& rEvt )

in file

 
https://cgit.freedesktop.org/libreoffice/core/tree/svx/source/stbctrls/selctrl.cxx

that it is the right button that triggered the action, and if it is, show the
menu.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list