Open
Description
- Azure Data Studio Version:
1.19.0
Steps to Reproduce:
- Edit Data on a table
- Position focus into the "New Row" and start editing a cell
- Press ESC to revert the edit
Expected: The edits to the cell are reverted on first ESC. Edits to the row are revert on second ESC. If the cell being edited is the only cell changed in the row then the first ESC reverts changes to the row. Basically, the behavior should match what SSMS does in this scenario.
Actual: The edit is reverted but focus is moved out of the grid and needs to be repositioned with the mouse. This breaks the keyboard-only data entry scenario.