[Libreoffice-bugs] [Bug 124549] New: Currently active fill mode button on Area tab can be deactivated by clicking on it
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 4 15:57:42 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124549
Bug ID: 124549
Summary: Currently active fill mode button on Area tab can be
deactivated by clicking on it
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: difficultyBeginner, easyHack, skillCpp, topicUI
Severity: normal
Priority: medium
Component: UI
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: mikekaganski at hotmail.com
Clicking on a currently active fill mode toggle button on "Area" tab
deactivates that button, leaving no active button in the group.
E.g., open a Page Style dialog on the Area tab; select Color button (so it is
pressed). Click it second time => it gets deactivated (not pressed) - but still
focused; now click on Palette combobox below, which moves focus. Now all the
buttons in the fill mode group look identically inactive, despite in reality,
Color mode is active.
The problem is that clicking the toggle button should never toggle it off - so
a click handler is needed for the toggle buttons in SvxAreaTabPage class
(cui/source/tabpages/tparea.cxx), which would check the new status and return
to active status if needed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190404/6b7a6e6c/attachment.html>
More information about the Libreoffice-bugs
mailing list