JDK-8280818 : Expand bug8033699.java to iterate over all LaFs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-01-27
  • Updated: 2024-01-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
The javax/swing/JRadioButton/8033699/bug8033699.java test initially didn't support Aqua and Nimbus Look and Feels (LaF). These problems were fixed. The test should iterate over all the installed LaFs to make sure the keyboard navigation to radio buttons works as expected in all the LaFs, not only in the default one.


JDK-8167160 excluded Aqua and Nimbus LaFs
JDK-8208640 enabled running the test in Aqua

This bug is similar to JDK-8270116 which enabled running ButtonGroupLayoutTraversalTest.java in all the Look and Feels.