Problem with key events in applets

David DeHaven david.dehaven at oracle.com
Thu Jan 30 11:16:21 PST 2014


> Hi,
> 
> I've noticed a problem with key events in applets - specifically, "key released" are being inappropriately generated for some keys and not generated at all for other keys. I have a small demo applet, live version is here:
> 
> http://bluej.org/davmac/KeyApplet.html

There are several known issues with key events in applets on Mac OS X at the moment, these were introduced when we switched to use the browser's IME handlers for international characters.

This will likely be fixed when this issue is:
https://bugs.openjdk.java.net/browse/JDK-8013948

-DrD-



More information about the macosx-port-dev mailing list