<i18n dev> RFR: 8258805: Japanese characters not entered by mouse click on Windows 10 [v2]

Alexey Ivanov aivanov at openjdk.java.net
Thu Jan 21 21:40:32 UTC 2021


On Thu, 21 Jan 2021 13:51:58 GMT, Dmitry Markov <dmarkov at openjdk.org> wrote:

>> Problem description:
>> The IME behaviour has changed starting from recent Windows 10 builds. In particular if the complex characters (Japanese, Chinese, etc.) are entered to some component and the focus is transferred to another component (which does not support the IM) the IM is disabled and the unconfirmed composition string gets discarded.
>> On previous Windows versions in the same situation the composition string is not discarded.
>> 
>> Fix:
>> It is necessary to take care of unconfirmed composition string once the IME is going to be disabled.
>> 
>> Testing:
>> All our automated regression and JCK tests passed with the proposed change.
>
> Dmitry Markov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use endComposition() instead of endCompositionNative()

Marked as reviewed by aivanov (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/2142


More information about the i18n-dev mailing list