JDK 11 | JDK 17 | JDK 18 | JDK 8 |
---|---|---|---|
11.0.14-oracleFixed | 17.0.2Fixed | 18 b10Fixed | 8u321Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8172509 resolved the test failure by changing the Look and Feel to Metal if it's Aqua or Nimbus. At that time, it made sense because the new focus behaviour for radio buttons that was implemented in JDK-8033699 wasn't provided in Aqua LaF. Later fixes JDK-8208640 and JDK-8249548 brought it to Aqua. Now the test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java should be expanded so that it runs in all the available Look and Feels to make sure the focus traversal is consistent.
|