Modify ↓
#20098 closed defect (fixed)
[Patch] Corrupted undo/redo stack after unsuccesful undo
Reported by: | GerdP | Owned by: | GerdP |
---|---|---|---|
Priority: | major | Milestone: | 20.12 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
See ticket:20091#comment:10
Use steps 1-8 and
- Open relation editor, delete member 326046223
- Close relation editor to save changes
- 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.
Attachments (1)
Change History (4)
by , 4 years ago
Attachment: | 20098.patch added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Corrupted undo/redo stack after unsuccesful undo → [Patch] Corrupted undo/redo stack after unsuccesful undo |
comment:3 by , 4 years ago
Milestone: | → 20.12 |
---|
Note:
See TracTickets
for help on using tickets.
Keep undo/redo stack intact if
Command.undo()
throws Execption