<Swing Dev> RFR: 8260719: Input method character moves with caret
Dmitry Markov
dmarkov at openjdk.java.net
Tue Feb 2 12:38:39 UTC 2021
On Mon, 1 Feb 2021 22:06:06 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> I've fixed annoying behaviour of input methods in text components.
>> Code checks caret position before submitting composed text.
>
> @dmarkov20 please take a look
If I got it right the problem takes place only on MacOS. I could not reproduce the issue on Windows. However the fix is located at common code. I would recommend moving it to Mac specific code.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2337
More information about the swing-dev
mailing list