On Wed, 20 Jan 2021 05:43:51 GMT, Sergey Bylokhov <s...@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