You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of this update we allow users to focus the items in tree sticky scroll and use the arrow keys to navigate the widget.
What to test:
Test that all keys listed below behave in the expected way
When a sticky scroll element has focus and the users scrolls the list with the mouse wheel, focus stays in the sticky scroll widget until there is no item left. In that case the focus jumps to the list.
How to focus tree sticky scroll items:
Click on an element in the list (not sticky scroll element) causing the focus to be in the list. By pressing TAB key, the focus jumps to a sticky scroll element.
Right click with the mouse on a sticky scroll element. This will cause the element to get focus and the context menu to open. If you press ESC, focus will stay on the sticky scroll element.
Keys to test:
Arrow Up: moves focus to element above. If there is no element above, focus stays on the top most element
Arrow Down & Arrow Right: moves focus to element below. If there is no sticky scroll element below, focus the first child of the stick scroll element. This will cause the sticky scroll element to be revealed at the same location as it was (not sticky anymore).
Arrow Left: Collapses the node and focus moves up to the last sticky element available
Space & Enter: Same as left mouse click. Reveals the node under the mouse. The revealed node has focus.
Shift + F10: Open Context Menu for sticky element.
The text was updated successfully, but these errors were encountered:
Worked for me! My one comment is that after pressing "space" it was hard to notice that I had moved from having my highlight on the sticky scroll element to then being on a tree view element. I would press "space" again and then get an error message saying "sticky scroll has no focus"
Refs: #199373
Complexity: 3
Create Issue
As part of this update we allow users to focus the items in tree sticky scroll and use the arrow keys to navigate the widget.
What to test:
How to focus tree sticky scroll items:
Keys to test:
The text was updated successfully, but these errors were encountered: