-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
8
-
jdk1.8.0b71
Consider following test case:
There is a table view with multiple cell selection enabled.
Click at the cell in the middle and push Ctrl + Shift + Home.
Selection will be ok. All cells ffrom the middle to the top will be selected.
But the focus is expected to be at the top cell. Actually it will move to the first neighbour cell above.
There is a table view with multiple cell selection enabled.
Click at the cell in the middle and push Ctrl + Shift + Home.
Selection will be ok. All cells ffrom the middle to the top will be selected.
But the focus is expected to be at the top cell. Actually it will move to the first neighbour cell above.
- relates to
-
JDK-8089636 Keyboard navigation in ListView/TreeView/TableView/TreeTableView
- Open