Review request for MACOSX_PORT-675: VK_DELETE does produce an	extraneous character in a TextArea or TextField
    Leonid Romanov 
    leonid.romanov at oracle.com
       
    Fri Jan 27 12:12:05 PST 2012
    
    
  
Hi, 
Please review a fix for http://java.net/jira/browse/MACOSX_PORT-675
A bit of background. NsCharToJavaChar is a function contributed by Apple that translates a small subset of NS characters into Java characters. This function is currently unused. This fix does two things:
- Puts NsCharToJavaChar back to use
- Modifies a table used by NsCharToJavaChar to ensure that NSDeleteFunctionKey and NSDeleteCharacter gets translated regardless of what current modifiers are. 
webrev: http://cr.openjdk.java.net/~leonidr/MACOSX_PORT-568/webrev.00/
Thanks,
Leonid.
    
    
More information about the macosx-port-dev
mailing list