[Libreoffice-ux-advise] [Bug 150262] Make Autosum button a split button

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 5 08:19:26 UTC 2022


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

Mike Kaganski <mikekaganski at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyMedium, easyHack,
                   |                            |skillCpp

--- Comment #4 from Mike Kaganski <mikekaganski at hotmail.com> ---
IMO, a very natural and reasonable request.

The code pointer (if UX agrees) is commit
0ec98930888ee9f29032d12185baefc71da8489f itself; it had removed a code for a
simple button click, and introduced the drop-down code, changing the button's
type from ToolBoxItemBits::NONE into ToolBoxItemBits::DROPDOWNONLY. To fix
this, one would need to make it ToolBoxItemBits::DROPDOWN, restore the simple
click code, and make it conditional on what was the last used operation.
Indeed, the drop-down code needs to update the last-used function.

The persistence of the last used operation could be per-session (the easiest),
or stored in the profile (then a mew option needs to be added for that).

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


More information about the Libreoffice-ux-advise mailing list