-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8u40
-
Component/s: javafx
-
Environment:
Mac OS X 10.9.5 (also fails on 10.7.5)
The following newly added unit tests, as part of the fix for RT-39559, fail on Mac OS X:
ListViewTest. test_rt_39559_useKeyboard_selectAll
TableViewTest. test_rt_39559_useKeyboard_selectAll
TreeTableViewTest. test_rt_39559_useKeyboard_selectAll
TreeViewTest. test_rt_39559_useKeyboard_selectAll
They all fail with a similar error:
java.lang.AssertionError: expected:<4> but was:<1>
ListViewTest. test_rt_39559_useKeyboard_selectAll
TableViewTest. test_rt_39559_useKeyboard_selectAll
TreeTableViewTest. test_rt_39559_useKeyboard_selectAll
TreeViewTest. test_rt_39559_useKeyboard_selectAll
They all fail with a similar error:
java.lang.AssertionError: expected:<4> but was:<1>
- relates to
-
JDK-8092952 [ListView] Shift + Up/Down arrow keys don't work well after Ctrl+A
-
- Closed
-