JDK-7199180 : [macosx] Dead keys handling for input methods
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2012-09-18
  • Updated: 2014-02-05
  • Resolved: 2012-09-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b61Fixed
Related Reports
Relates :  
Description
Typing dead keys in the Java TextField or TextArea does not generate mouseEntered event.

Comments
EVALUATION changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/adddc599e551 [SQE] Risk: low To test the fix run thetest/java/awt/event/KeyEvent/DeadKey/DeadKeyMacOSXInputText.java test. [SQE]
21-09-2012

EVALUATION Key events which have marked text are filtered now in the KeyDown method. The dead key events should be processed in the deliverJavaKeyEventHelper method.
18-09-2012