RFR: 8301900: TextArea: Committing text with ENTER in an IME window inserts newline [v2]

Martin Fox mfox at openjdk.org
Tue Jan 30 20:46:31 UTC 2024


On Tue, 30 Jan 2024 17:33:06 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.
>
>> The order in which they get resolved doesn't matter.
> 
> would it be possible to get [JDK-8320912](https://bugs.openjdk.org/browse/JDK-8320912) integrated first then?  It seems the  scenario it addresses is narrower, and it will be easier to review this bug.

@andy-goryachev-oracle I submitted PR #1356.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1351#issuecomment-1917860662


More information about the openjfx-dev mailing list