-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Labels
CURRENT DEVELOPMENTbugMalfunctions that should be fixed to comply with the expected behaviorMalfunctions that should be fixed to comply with the expected behavioros: linuxIssues detected and reproducible only on LinuxIssues detected and reproducible only on Linuxprio-mediumBehaving incorrectly, but still somewhat usableBehaving incorrectly, but still somewhat usable
Milestone
Description
When we press CTRL + Z, the last two actions on a Grid Editor will be undone at once.
Environment
Python 3.10.12
wxPython 4.2.1
robotframework 6.0.2
robotframework-ride 2.1.dev61
Ubuntu 22.04.4 LTS
- Insert three cels. 3x CTRL + SHIFT + I (OK)
- Undo action by pressing 1x CTRL + Z hotkey
- Add two rows, 2x CTRL + I
- Undo action by pressing 1x CTRL + Z hotkey
- Add a Comment (row 5)
- Undo action by pressing 1xCTRL + Z hotkey (two last actions: (5.) and (1.) reversed)
- Delete two rows, 2x CTRL + D
- Undo action by pressing 1xCTRL + Z hotkey
Additional info
In the other hand, when pressing CTRL+Y (redo hotkey) multiple times, each subsequent action will be restored one at a time - as expected.
*** Test Cases ***
Test Rows
Log 1st line
Log 2nd line
Log 3rd line
Log 4th line
Metadata
Metadata
Assignees
Labels
CURRENT DEVELOPMENTbugMalfunctions that should be fixed to comply with the expected behaviorMalfunctions that should be fixed to comply with the expected behavioros: linuxIssues detected and reproducible only on LinuxIssues detected and reproducible only on Linuxprio-mediumBehaving incorrectly, but still somewhat usableBehaving incorrectly, but still somewhat usable