Look at the attached movie.
What is done:
1) put cursor in the middle.
2) shift + end. ok.
3) shift + home. <- already incorrectly, i expect to see selected only the top half.
4) shift + end. - only the last item is selected.
5) shift + home - again, like in item 3.
So, looks like shift+end puts anchor in the last item, what is incorrect.
Affected tests:
ControlsAutomatedTestSuite/javafx/scene/control/test/ListView/NewListViewTest/keyboardShiftHomeEndTest
What is done:
1) put cursor in the middle.
2) shift + end. ok.
3) shift + home. <- already incorrectly, i expect to see selected only the top half.
4) shift + end. - only the last item is selected.
5) shift + home - again, like in item 3.
So, looks like shift+end puts anchor in the last item, what is incorrect.
Affected tests:
ControlsAutomatedTestSuite/javafx/scene/control/test/ListView/NewListViewTest/keyboardShiftHomeEndTest
- relates to
-
JDK-8089636 Keyboard navigation in ListView/TreeView/TableView/TreeTableView
- Open