-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 14, 15, 16
-
Fix Version/s: 16
-
Component/s: client-libs
-
Labels:
-
Resolved In Build:b14
-
CPU:x86
-
OS:generic
If focus traversal to buttons is enabled (using Full Keyboard Access on macOS), then a backwards traversal (shift-TAB) can get stuck at a JToggleButton in a button group.
To demonstrate using the attached test program:
When started, the first text field should be focused.
Type TAB to transfer focus to the second button.
Type TAB to transfer focus to the last text field.
Type Shift-TAB to transfer focus to the second button.
Type Shift-TAB.
At this point, the focus should be transferred to the first text field, but instead it remains at the second button.
To demonstrate using the attached test program:
When started, the first text field should be focused.
Type TAB to transfer focus to the second button.
Type TAB to transfer focus to the last text field.
Type Shift-TAB to transfer focus to the second button.
Type Shift-TAB.
At this point, the focus should be transferred to the first text field, but instead it remains at the second button.
- duplicates
-
JDK-8253701 Keyboard Navigation in RadioButton-Group Not Possible
-
- Closed
-
- relates to
-
JDK-8259237 Demo selection changes with left/right arrow key. No need to press space for selection.
-
- Resolved
-