On Tue, 30 Jan 2024 17:33:06 GMT, Andy Goryachev <ango...@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

Reply via email to