[jdk8u-dev] RFR: 8194873: right ALT key hotkeys no longer work in Swing components
Anton Litvinov
alitvinov at openjdk.java.net
Wed May 25 17:24:47 UTC 2022
On Tue, 17 May 2022 18:31:23 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8194873 to jdk8u. The same issue is observed there.
> The original patch applied not cleanly due to 2 files:
>
>
>> MotifLookAndFeel.java - differences in the header and in the context;
>> SwingUtilities2.java - difference in the context.
>
> Tested on Windows. All regular tests passed.
Hello Olga,
The backport of the fix for the bug JDK-8194873 itself looks correct. When I did backport of this fix, I experienced failure of the regression test "test/jdk/javax/swing/event/RightAltKeyTest.java" to resolve which it was necessary to backport the fix for the bug JDK-8155742. Does the test "test/jdk/javax/swing/event/RightAltKeyTest.java" pass successfully in your case with this backport fix?
Thank you,
Anton
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/60
More information about the jdk8u-dev
mailing list