Details
Description
Problem #1:
Try to replay Q7 test "DialogCellEditorML_Activate" (http://build.xored.com/browse/Q7-Q7D13-QLT-445/test/case/78748728).
It fails at line 30 with the following failure:
The Window "[-from, MultiLineCellEditor.activate()]" could not be found.
at get-window
If you comments the previous code it passes:
with [get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Mouse Listener Table Test" | get-table] { select root1 get-cell 0 2 | mouse up }
Problem #2:
Try to record the following case on the same Mockup (Dialog CellEdit Mouse Listener Table Test):
- Select root1 - column2 and press "..." button;
- Press OK button;
- Select root2 - column2 and press "..." button;
- Press OK button;
- Select root3 - column2 and press "..." button;
- Press OK button;
The following code is generated and fails to be replayed:
with [get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Mouse Listener Table Test" | get-table] { get-cell 0 1 | mouse down -count 1 activate-cell-edit -column 1 get-editbox | click-text 1 get-button "..." | click apply-cell-edit } get-window -class "" | get-button OK | click with [get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Mouse Listener Table Test" | get-table] { get-cell 1 1 | mouse down -count 1 activate-cell-edit -column 1 apply-cell-edit -deactivate get-button "..." | click apply-cell-edit } get-window -class "" | get-button OK | click with [get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Mouse Listener Table Test" | get-table] { get-cell 2 1 | mouse down -count 1 activate-cell-edit -column 1 apply-cell-edit -deactivate get-button "..." | click apply-cell-edit } get-window -class "" | get-button OK | click get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Mouse Listener Table Test" | get-table | apply-cell-edit -deactivate
Code fails on line 13 with the following error:
The button "..." could not be found.
Issue Links
This issue is related to: | ||||
QS-3085 | Improve focus tracking in Q7. |
![]() |
![]() |
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Reproduced #2 on mac.