-
Sub-task
-
Resolution: Delivered
-
P3
-
7u351, 8u331, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8290195 | 8u331 | Marc Palmerjohnson | P3 | Resolved | Delivered | |
JDK-8290194 | 7u351 | Marc Palmerjohnson | P3 | Resolved | Delivered |
The focus behavior of Swing toggle button controls (JRadioButton and JCheckBox) changed when they belonged to a button group. Now, if the input focus is requested to any toggle button in the group through either focus traversal or window activation, the currently selected toggle button is focused regardless of the focus traversal policy used in the container. If the selected toggle button is not eligible to be a focus owner, the focus is set according to the focus traversal policy.
- backported by
-
JDK-8290194 Release Note: Tab key should move to focused button in a button group
- Resolved
-
JDK-8290195 Release Note: Tab key should move to focused button in a button group
- Resolved