According to the UX specification, SHIFT-SPACE should select all items between anchor and focused item. Focused item should also be included in the selection. All previous selections should be canceled, if applicable.
In our case, pressing SHIFT-SPACE selects focused item only. This issue applies to Mac only, since the behavior is correct on Windows.
Note that the same issue will likely appear in TreeView and TableView too.
In our case, pressing SHIFT-SPACE selects focused item only. This issue applies to Mac only, since the behavior is correct on Windows.
Note that the same issue will likely appear in TreeView and TableView too.
- relates to
-
JDK-8089636 Keyboard navigation in ListView/TreeView/TableView/TreeTableView
-
- Open
-