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