On Tue, 19 Jan 2021 13:18:22 GMT, Dmitry Markov <dmar...@openjdk.org> wrote:
>>> Fix: >>> It is necessary to take care of unconfirmed composition string once the IME >>> is going to be disabled. >> >> The fix commits the unconfirmed composition string. Committing is better >> than discarding. Is it possible to preserve the state and to leave the >> string uncommitted? > >> > Fix: >> > It is necessary to take care of unconfirmed composition string once the >> > IME is going to be disabled. >> >> The fix commits the unconfirmed composition string. Committing is better >> than discarding. Is it possible to preserve the > state and to leave the string uncommitted? > > The fix reverts the previous (correct) behaviour back. It is unnecessary to > store the state and keep the string. That activity may be quite complicated > and requires additional resources especially if there are several components > with active IME Hello Dmitry. Sorry, I should use GitHub instead of mailing list. I tested your fix, I saw side effect by committing preedit string. I'll give you detail information. ------------- PR: https://git.openjdk.java.net/jdk/pull/2142