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

Ichiroh Takiguchi itakiguchi at openjdk.java.net
Wed Jan 20 07:37:54 UTC 2021


On Wed, 20 Jan 2021 05:43:51 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> How do the native components work in that case like awt textarea or external apps like notepad?

I tested TextField+TextField, TextArea+TextArea, TextArea+TextField.
Without fix: Preedit string was cancel by input focus change.
With fix: Preedit string was committed into clicked component.

For external application, I used Sakura Editor, because it can create 2 editor panes on one window.
Preedit string was committed before moving input focus.

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

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


More information about the i18n-dev mailing list