RFR: 8064922: [macos] Test javax/swing/JTabbedPane/4624207/bug4624207.java fails [v2]

Damon Nguyen dnguyen at openjdk.org
Tue Oct 7 23:47:07 UTC 2025


On Wed, 24 Sep 2025 22:53:38 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Reverse release order
>
> Have you tried disabling the global menu on macOS and testing the mnemonics when the menu is embedded into the frame? Does it work?

> May be try @mrserb suggestion by using System.setProperty("apple.laf.useScreenMenuBar", "false"); and verify if mnemonics work for embedded frame menu and not for JTabbedPane.

It does not seem to make a difference in my testing. The test still fails the same way. Did you add any other changes in your testing when it passed for you?

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

PR Comment: https://git.openjdk.org/jdk/pull/27371#issuecomment-3379050701


More information about the client-libs-dev mailing list