-
Bug
-
Resolution: Fixed
-
P3
-
7u80, 8u40, 9
-
b68
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098702 | emb-9 | Vivi An | P3 | Resolved | Fixed | team |
JDK-8086914 | 8u65 | Vivi An | P3 | Resolved | Fixed | b01 |
JDK-8076149 | 8u60 | Vivi An | P3 | Resolved | Fixed | b16 |
JDK-8138031 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8081175 | emb-8u60 | Vivi An | P3 | Resolved | Fixed | team |
JDK-8078424 | 7u91 | Vivi An | P3 | Resolved | Fixed | b01 |
traversable using TABS (with SPACE to activate the button) but now the cursor keys are used to cycle through the buttons. This was implemented in BasicRadioButtonUI class.
The changes also introduced a getFocusTransferBaseComponent() method which is trying to get the focus ancestor using the following:
Window container = SwingUtilities.getWindowAncestor(activeBtn);
This is failing when radio buttons are in one of our overview editors (which are Dockables where the focusCycleRoot is set to true and the focusCycleRoot is therefore not the Window).
- backported by
-
JDK-8076149 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
-
JDK-8078424 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
-
JDK-8081175 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
-
JDK-8086914 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
-
JDK-8098702 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
-
JDK-8138031 java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
-
- Resolved
-
- duplicates
-
JDK-8077004 TAB navigation between radiobuttons will cause IllegalArgumentException
-
- Closed
-
-
JDK-8077006 IllegalArgument Exception using 'Tab' key on JRadioButton inside JInternalFrame
-
- Closed
-
-
JDK-8075943 IllegalArgumentException when transferring focus from JRadioButton Using Tab
-
- Closed
-
- relates to
-
JDK-8033699 Incorrect radio button behavior
-
- Resolved
-
-
JDK-8280820 Clean up bug8033699 and bug8075609.java tests: regtesthelpers aren't used
-
- Resolved
-
-
JDK-8130477 Test javax/swing/JRadioButton/8075609/bug8075609.java fails
-
- Closed
-