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.
Dear Eyal Rozenberg, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Can't reproduce with: Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 3df7f42937f8f73e6eda540105609c488ea3174e CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: qt5 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded nor with: Version: 25.8.1.1 (X86_64) Build ID: 54047653041915e595ad4e45cccea684809c77b5 CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: qt5 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded I wonder if this has to do with GTK3 vs QT5.
(In reply to Eyal Rozenberg from comment #5) > I wonder if this has to do with GTK3 vs QT5. Try with SAL_USE_VCLPLUGIN=gtk3. Same result as with kf6. Let's close then.
With GTK3, the bug continues to manifest with: Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 3df7f42937f8f73e6eda540105609c488ea3174e CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded