-
Bug
-
Resolution: Fixed
-
P3
-
8u211, 13, 14
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246328 | 13.0.4 | Ambarish Rapte | P3 | Resolved | Fixed | b04 |
JDK-8233692 | 11.0.7-oracle | Ambarish Rapte | P3 | Resolved | Fixed | b01 |
JDK-8239340 | 11.0.7 | Ambarish Rapte | P3 | Resolved | Fixed | b04 |
JDK-8243895 | openjdk8u262 | Ambarish Rapte | P3 | Resolved | Fixed | b01 |
JDK-8233786 | 8u251 | Ambarish Rapte | P3 | Resolved | Fixed | b01 |
JDK-8239656 | emb-8u251 | Ambarish Rapte | P3 | Resolved | Fixed | team |
JDK-8271422 | 7u331 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8250721 | openjdk7u | Andrew Hughes | P3 | Resolved | Fixed | master |
JDK-8242231 | na | Ambarish Rapte | P3 | Resolved | Fixed | team |
with arrow keys. If radio buttons are part of a button group, using the arrow keys to select a
radio button does not fire action listeners.
See this closed bug: https://bugs.openjdk.java.net/browse/JDK-6314014
To reproduce this, run the RadioButtonDemo:
https://docs.oracle.com/javase/tutorial/uiswing/examples/zipfiles/components-RadioButtonDemoProject.zip
Use the up and down arrows to change the selection. Note that the selection
appears to change, but the picture doesn't change until the space bar is
pressed.
Arrows should either just change the focus without changing the selection,
or the selection should fire action listeners.
- backported by
-
JDK-8233692 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8233786 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8239340 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8239656 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8242231 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8243895 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8246328 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8250721 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
-
JDK-8271422 ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
- Resolved
- duplicates
-
JDK-8224149 JColorChoser doesn't update the color diagram when the selection is changed by keys.
- Closed
- relates to
-
JDK-8033699 Incorrect radio button behavior
- Resolved
- links to