I'm unable to create continuous selection by using SHIFT-UP/DOWN/LEFT/RIGHT in multi-cell selection mode in TableView.
Steps to reproduce (SHIFT-DOWN)
1. select a cell (this is Anchor)
2. navigate to another cell by pressing CTRL-DOWN (CMD-DOWN)
3. press SHIFT-DOWN to select all cells between Anchor and the cell below the focused cell
RESULT: First cell is selected, the cell below the focused cell is selected
Similarly to the steps above, you can test other shortcuts too.
NOTE: there is no issue with SHIFT-SPACE - it selects all cells between Anchor and the focused cell correctly.
Steps to reproduce (SHIFT-DOWN)
1. select a cell (this is Anchor)
2. navigate to another cell by pressing CTRL-DOWN (CMD-DOWN)
3. press SHIFT-DOWN to select all cells between Anchor and the cell below the focused cell
RESULT: First cell is selected, the cell below the focused cell is selected
Similarly to the steps above, you can test other shortcuts too.
NOTE: there is no issue with SHIFT-SPACE - it selects all cells between Anchor and the focused cell correctly.
- relates to
-
JDK-8089636 Keyboard navigation in ListView/TreeView/TableView/TreeTableView
-
- Open
-
-
JDK-8093052 [TableView] Shift+Left/Right arrow keys deselect the cell near the left/right boundary of the row.
-
- Closed
-