Integrated: 8316274: javax/swing/ButtonGroup/TestButtonGroupFocusTraversal.java fails in Ubuntu 23.10 with Motif LAF

Alexander Zvegintsev azvegint at openjdk.org
Wed Oct 29 20:19:46 UTC 2025


On Fri, 24 Oct 2025 17:07:29 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> The test began to fail in Ubuntu 23.10. While investigating, I found and filed two new issues:
> 
> * https://bugs.openjdk.org/browse/JDK-8370624 JToggleButton does not display caption if setAction is called
>  e.g. setAction vs addActionListener 
> <img width="287" height="86" alt="image" src="https://github.com/user-attachments/assets/28d24449-e5aa-41fb-a5f1-470ab11d6899" /> vs <img width="287" height="86" alt="image" src="https://github.com/user-attachments/assets/04cdd4ed-6ea4-403c-86c3-f60971d16007" />
> * https://bugs.openjdk.org/browse/JDK-8370627 motif look and feel focus traversal order may vary depending on the system version
> 
> 
> This test fix changes `setAction` to  `addActionListener` and it is to avoid problemlisting the test on Linux.
> 
> Testing looks good.

This pull request has now been integrated.

Changeset: d62553d8
Author:    Alexander Zvegintsev <azvegint at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d62553d8dce7fe21942ec7a1268f536d9725b054
Stats:     57 lines in 1 file changed: 0 ins; 45 del; 12 mod

8316274: javax/swing/ButtonGroup/TestButtonGroupFocusTraversal.java fails in Ubuntu 23.10 with Motif LAF

Reviewed-by: honkar, prr

-------------

PR: https://git.openjdk.org/jdk/pull/27979


More information about the client-libs-dev mailing list