On Tue, 30 Jan 2024 15:56:04 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. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1351#issuecomment-1917531554