Request for review 7156194: [macosx] Can't type non-ASCII characters into applets

Dmitry Cherepanov dmitry.cherepanov at oracle.com
Mon Mar 26 06:54:08 PDT 2012


Hello,

Here's a fix for 7156194 ([macosx] Can't type non-ASCII characters into 
applets])

The fix implements CEmbeddedFrame.handleInputEvent 
(NPCocoaEventTextInput handler) and sends KEY_TYPED event for each 
character of the incoming string. Also, it introduces new 
"needsKeyTyped" parameter to CEmbeddedFrame.handleKeyEvent method to 
prevent getting double KEY_TYPED events.

http://cr.openjdk.java.net/~dcherepanov/7156194/webrev.0/

Thanks,
Dmitry



More information about the macosx-port-dev mailing list