zircon icon indicating copy to clipboard operation
zircon copied to clipboard

After long keypresses in the text area input from keyboard is ignored

Open born2snipe opened this issue 6 years ago • 2 comments

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:

Imgur

born2snipe avatar Jun 30 '19 22:06 born2snipe

Thanks, @born2snipe ! I think the problem is that it uses KEY_TYPED instead of KEY_PRESSED. I'll take a look!

adam-arold avatar Jul 01 '19 08:07 adam-arold

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 :(

adam-arold avatar Feb 16 '20 16:02 adam-arold