stable
Clone or download
Read-only
Merge commit 'refs/changes/02/21702/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #19279 : Fix arrow navigation in Test Managemement Change-Id: I5399a7e2b31a2d72af0c1d8015392fea76710a0e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-controller.js | +3 | −1 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-list.tpl.html | +5 | −3 | Go to diff View file |
A | plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/get-current-category.ts | +28 | −0 | Go to diff View file |
A | plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/get-current-test.ts | +23 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/move-focus.test.ts | +130 | −68 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/move-focus.ts | +57 | −66 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/setup-shortcuts.ts | +9 | −9 | Go to diff View file |