-
Bug
-
Resolution: Fixed
-
P4
-
8u311
-
b02
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280908 | 7u351 | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
The test test/javax/swing/ButtonGroup/TestButtonGroupFocusTraversal.java fails in Java 8 because the focus moves to button 1 instead of button 2 which is selected.
The test is brought into 8 by backportingJDK-8249548.
The current focus behaviour with ButtonGroup is incorrect in 8u: the first button in the group always receives focus whereas the selected button should receive focus.
The test is brought into 8 by backporting
The current focus behaviour with ButtonGroup is incorrect in 8u: the first button in the group always receives focus whereas the selected button should receive focus.
- backported by
-
JDK-8280908 TestButtonGroupFocusTraversal.java fails in 8u
- Resolved
- relates to
-
JDK-8277759 Extract ActionEvent testing from TestButtonGroupFocusTraversal.java
- Open
-
JDK-8074883 Tab key should move to focused button in a button group
- Resolved
-
JDK-8249548 backward focus traversal gets stuck in button group
- Resolved