<AWT Dev> RFR: 8258805: Japanese characters not entered by mouse click on Windows 10
Alexey Ivanov
aivanov at openjdk.java.net
Tue Jan 19 12:46:50 UTC 2021
On Tue, 19 Jan 2021 11:10:35 GMT, Dmitry Markov <dmarkov at 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?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2142
More information about the awt-dev
mailing list