[jdk8u-dev] RFR: 8194873: right ALT key hotkeys no longer work in Swing components [v3]
Olga Mikhaltsova
omikhaltcova at openjdk.java.net
Fri May 27 23:13:46 UTC 2022
On Fri, 27 May 2022 22:52:33 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.
>
> Olga Mikhaltsova has updated the pull request incrementally with one additional commit since the last revision:
>
> Deleted RightAltKeyTest.java from the wrong location
Hi Anton,
RightAltKeyTest.java got to the wrong place after applying the patch. That's why I didn't notice its failure while running the automated testing.
Moved RightAltKeyTest.java from
` test/jdk/javax/swing/event/RightAltKeyTest.java`
to
` jdk/test/javax/swing/event/RightAltKeyTest.java`
Now I see this failure. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/60
More information about the jdk8u-dev
mailing list