https://bugs.documentfoundation.org/show_bug.cgi?id=143568

--- Comment #5 from Saburo <[email protected]> ---
I think this commit fixed it.
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: c175c1dc19d0edc8ca66e39f0b4b8af04e3d6c87
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to