JDK-8000626 : Implement dead key detection for KeyEvent on Linux
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2012-10-09
  • Updated: 2017-01-11
  • Resolved: 2012-10-17
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 8 Other
8 b63Fixed openjdk7uFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
See the issue 7155378
Implement dead key detection on Linux.
Comments
See the test for the issue JDK-8025649
26-11-2013

Verified in b92 using TextArea/ JTextArea. See however https://jbs.oracle.com/bugs/browse/JDK-8016255
10-06-2013

For dead keys handling on Linux: - the keysym should be got with current modifiers - the extended java key should be passed to the postKeyEvent method for the key code parameter
09-10-2012