On Thu, 21 Jan 2021 13:51:58 GMT, Dmitry Markov <dmar...@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

Reply via email to