Hello "Edit> Changes> Accept/Reject" automatically checks "Edit> Changes> Show". This is needed to see deletions for example. Problem is that in this mode user can't see the format updates. If user A applies green font and underlining color to a text, user B will see the change in the "user color" (may be blue, yellow or anything else...). So user B has to accept/reject the change without seeing the effect. We should perhaps think about improving this feature, perhaps by adding the ability to switch "show" mode from this dialog ? Regards Pierre-Yves
I definitely agree on this one. I'm going to mark as NEW to move this out of UNCONFIRMED.
This will not be quite as easy as it sounded: -only Writer has FN_REDLINE_SHOW. (Calc doesn't have an equivalent) -the "manage" code is shared between calc and writer. I would expect that placing a .uno:ViewTrackChanges button beside List/Filter would be the best place. svx/uiconfig/ui/redlinecontrol.ui svx/source/dialog/ctredlin.cxx? Perhaps https://gerrit.libreoffice.org/c/core/+/153775 would be useful as a code pointer: it did something vaguely similar.