RFR: 8301900: TextArea: Committing text with ENTER in an IME window inserts newline [v2]
Martin Fox
mfox at openjdk.org
Tue Jan 30 17:24:41 UTC 2024
On Tue, 30 Jan 2024 15:56:04 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > [JDK-8320912](https://bugs.openjdk.org/browse/JDK-8320912). I put together a fix for that bug but decided not to roll it into this PR.
>
> Are these two bugs independent? Should JDK-8320912 be resolved first?
They are independent. This bug has to do with how we divide keystrokes between KeyEvents and InputMethodEvents. JDK-8320912 is about cleaning up during focus changes. The order in which they get resolved doesn't matter.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1351#issuecomment-1917531554
More information about the openjfx-dev
mailing list