<i18n dev> Integrated: 8258805: Japanese characters not entered by mouse click on Windows 10
Dmitry Markov
dmarkov at openjdk.java.net
Fri Jan 22 20:00:54 UTC 2021
On Tue, 19 Jan 2021 11:10:35 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.
This pull request has now been integrated.
Changeset: 53fecba7
Author: Dmitry Markov <dmarkov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/53fecba7
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
8258805: Japanese characters not entered by mouse click on Windows 10
Reviewed-by: aivanov
-------------
PR: https://git.openjdk.java.net/jdk/pull/2142
More information about the i18n-dev
mailing list