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@lists.freedesktop.org
          Reporter: mikekagan...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to