-
Bug
-
Resolution: Fixed
-
P3
-
8u40
This is introduced from 8u40 b16.
Steps to reproduce:
1. Run HelloSimpleListView, check "multi" ToggleButton.
2. Click on the first item to select it.
3. Press Ctrl+A to select all items.
4. Press Shift + DownArrow
All items except the first and second items are selected, but the correct behavior should be only first and second items are selected, as b15 and previous build. And Shift + PageUp/PageDown are also affected.
It works fine for TreeView and TableView.
Steps to reproduce:
1. Run HelloSimpleListView, check "multi" ToggleButton.
2. Click on the first item to select it.
3. Press Ctrl+A to select all items.
4. Press Shift + DownArrow
All items except the first and second items are selected, but the correct behavior should be only first and second items are selected, as b15 and previous build. And Shift + PageUp/PageDown are also affected.
It works fine for TreeView and TableView.
- relates to
-
JDK-8094512 [Mac] Unit test failures in test_rt_39559_useKeyboard_selectAll tests
- Resolved