Created attachment 189360 [details] Screenshot of menubutton with no selected item The changes toolbar has a "Show track changes" menubutton, with a 3-element radiogroup. Unfortunately - none of them is set - even when you just start LO Writer. And clicking any of them does not change this, the menubutton still has no items selected.
Reproduced with current stable and master build. The lack of a visual indicator for the selected radio buttons seems to be a cosmetic issue (rather than an issue with the track changes mechanism). Possibly an enhancement request. Adding libreoffice-ux-advise@lists.freedesktop.org to evaluate. Note: to reproduce, first add the track changes toolbar via View > Toolbar > Track Changes Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 9a37652b79001bf5208841b9221dee851b9b6d0f CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
(In reply to Kira Tubo from comment #1) > Possibly an enhancement request. No, it's just a bug. The UI is there, it's just broken.
The command is .uno:ShowTrackedChanges with .uno:SetTracked* options introduced by László for bug 116757. The menu button toggles Show TC but does not activates the radiobutton depending on what kind of feedback was chosen previously. Which is stored correctly, meaning if TC is set to "Deletion in Margins", for example, it will be reactivated with the Show TC toggle. But the radio button is not checked accordingly.