JDK-8133589 : [macosx] Char 'swallowed' after single quote in JTextField w/ US Int'l-PC keybd
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6.0,7u6,8,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2015-08-13
  • Updated: 2020-01-13
  • Resolved: 2019-11-01
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.
Other
tbdResolved
Related Reports
Duplicate :  
Description
When 'US International - PC' keyboard layout is used on Mac OS, behavior of Java application on text input differs from native applications. In particular, input of single quote character followed by consonant character (e.g. v) produces 'v in native applications and just ' in Java application.

This does not seem to be a regression - the issue reproduces also when Apple's JRE is used.
Comments
After active work on the bug was stopped in 2016, behavior of JDK changed. Currently two apostrophe characters without a consonant character are entered in a text field instead of just one apostrophe character, what was the original behavior of JDK in this bug. This bug will be addressed by the fix for the newly filed bug JDK-8230926, which describes the same problem but in the context of the new JDK behavior. Closing the bug as a duplicate of JDK-8230926.
01-11-2019