zircon
zircon copied to clipboard
After long keypresses in the text area input from keyboard is ignored
After long keypresses in the text area input from keyboard is ignored
Expected behavior
I would expect the key being pressed to be repeated.
Actual behavior
Currently after pressing a single letter key for a bit and then attempt to press any other key, the behavior of deleting or inserting more text is not being honored.
Steps to reproduce the bug
I am using JDK 1.8.0_144 on OSX.
I am currently just running the ColorThemeSwitcher example in java with the library version 2019.1.1-PREVIEW.
Here is what I was doing:

Thanks, @born2snipe ! I think the problem is that it uses KEY_TYPED instead of KEY_PRESSED. I'll take a look!
I can't reproduce this on Windows. This is probably an OSX issue. Since I don't have access to a Mac I'm not sure how this can be fixed :(