http://java.net/jira/browse/MACOSX_PORT-675 submitted 2011/11/09 by Yuri Nesterenko Pressing "delete" key on a keyboard or simulating it by a Robot enters a symbol (0xf728 I believe) instead of a deleted character. Run an attached example: put caret in a TextArea or a TextField and press "delete". This keystroke should produce a KEY_TYPED event and delete whatever character is in the caret position but should not produce an extra character.
|