Opened 5 years ago

Last modified 5 years ago

#20098 closed defect

[Patch] Corrupted undo/redo stack after unsuccesful undo — at Version 1

Reported by: GerdP Owned by: GerdP
Priority: major Milestone: 20.12
Component: Core Version:
Keywords: Cc:

Description (last modified by GerdP)

See ticket:20091#comment:10
Use steps 1-8 and

  1. Open relation editor, delete member 326046223
  2. Close relation editor to save changes
  3. undo -> Shows Bug Report , ignore

At this point, the undo/redo stack dialog still shows the "change relation" command but UndoRedoHandler has just removed it. Means dialog and data structure are out of sync and further undo or redo actions will give very confusing results.

Change History (2)

by GerdP, 5 years ago

Attachment: 20098.patch added

Keep undo/redo stack intact if Command.undo() throws Execption

comment:1 by GerdP, 5 years ago

Description: modified (diff)
Owner: changed from team to GerdP
Status: newassigned
Summary: Corrupted undo/redo stack after unsuccesful undo[Patch] Corrupted undo/redo stack after unsuccesful undo
Note: See TracTickets for help on using tickets.