<AWT Dev> [9] Review request for 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
Semyon Sadetsky
semyon.sadetsky at oracle.com
Mon Jun 20 08:29:41 UTC 2016
Hi Dmitry,
The fix looks good.
I am only not sure that an applet based test is suitable since applets
are deprecated.
--Semyon
On 6/17/2016 1:45 PM, dmitry markov wrote:
> Hello,
>
> Could you review a fix for jdk9, please?
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8154816
> webrev: http://cr.openjdk.java.net/~dmarkov/8154816/webrev.00/
>
> Problem description:
> When Pinyin Simplified input method is selected and 'Caps Lock' is on,
> input is switched to latin letters, but letters are entered in uppercase.
>
> Fix:
> It is necessary to ignore 'Caps Lock' modifier in
> CPlatformResponder.handleKeyEvent() method, if Pinyin Simplified input
> method is selected and 'Caps Lock' is on.
>
> Thanks,
> Dmitry
More information about the awt-dev
mailing list