https://bugs.documentfoundation.org/show_bug.cgi?id=149570
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Caolán McNamara <[email protected]> --- I bisect to: commit c175c1dc19d0edc8ca66e39f0b4b8af04e3d6c87 Author: Tomaž Vajngerl <[email protected]> Date: Thu Oct 7 16:48:46 2021 +0200 svx: Don't end text edit mode for all views This allows multiple views to not disturb each other editing inside a impress document. With the ending of text edit for all views still enabled, one view can cancel other views text editing just by moving or resizing a unrelated shape in the document. To make this possible we also need a view-local undo manager for the text edit mode, which is independent of the document undo manager. When the text edit mode ends, all the changes will be added as one change to the document undo stack. This prevents any conflicts in the undo stack that could be made when 2 views are editing the same document at the same time. This also adds the test for the new use case and changes the existing tests to reflect the change. Change-Id: I04edb4f91d7e111a490c946f7121cbca75f818d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123220 Tested-by: Tomaž Vajngerl <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> and the commit message does seem to match the observed behavior. Can't seem to access the "outer" undo stack with col/row remove it it when inside the inner editeng editing. -- You are receiving this mail because: You are the assignee for the bug.
