Setting the user interface toolbars layout mode to "Groupedbar Compact", if you launch LibreOffice Calc and click the "Number ▼" menubutton in the toolbar, you will see these items shown in that menu as checkboxes: [ ] Number [ ] Scientific [ ] Date [ ] Currency [ ] Percent [x] General [ ] Time …however, they are mutually exclusive. As such, they should be radiobutton menu item widgets (like you can see for some items in the "Styles ▼" menubutton or the "Paragraph ▼" menubutton) instead of checkboxes. ---- Observed on: Version: 25.2.5.2 (X86_64) / LibreOffice Community Build ID: 03d19516eb2e1dd5d4ccd751a0d6f35f35e08022 CPU threads: 4; OS: Linux 6.15; UI render: default; VCL: gtk3 Locale: en-CA (en_CA.UTF-8); UI: en-US Flatpak Calc: threaded
Created attachment 202349 [details] Demonstration video Turns out this is not Calc-specific, but cross-application, as you can see with Writer in the attached demonstration video. In Writer for example, affected items are: * View > "Normal" vs "Web" * The whole "Styles" menu * Paragraph > "Left-To-Right" vs "Right-To-Left" There are probably other places affected like that, but those are the obvious ones. With some luck, hopefully the fix only needs to happen in one place and would correct all affected areas.
Removing easyHack bits as no code pointers have been provided.
With some luck, the kind of fixes might be the same as previously in bug #141135 ?