Details
Description
- start record
- double-click on item and edit it
- apply changes by Enter key
the following script is recorded:
with [get-editor "01_Requirements List"] { with [get-nebula-grid] { *select Energy | click* select Energy | activate-cell-edit } with [get-nebula-grid | get-editbox] { set-text Signals key-type Enter } *get-nebula-grid | apply-cell-edit* }
Issue Links
This issue duplicates: | ||||
QS-3091 | Redundant lines are recorded on double-clicking editable cell |
![]() |
![]() |
Why these commands are excessive? Each activate-cell-edit should have corresponding apply-cell-edit