<AWT Dev> [10] Review request for JDK-8180370: Characters are skipped on input of Korean text on OS X
Sreeprakash Sreedharan
sreeprakash.s at oracle.com
Fri Jun 2 14:48:32 UTC 2017
Hi All,
Kindly review the fix for JDK10.
Bug: https://bugs.openjdk.java.net/browse/JDK-8180370
Webrev: http://cr.openjdk.java.net/~rpatil/8180370/webrev.00/
Issue: Special characters (like !,/\<> ) were getting skipped when immediately entered after a marked text on MacOSX.
Fix: Made sure that fKeyEventsNeeded flag is reset, when a non-marked text is encountered, so that it doesn't get ignored by key down.
Note: Since the keyboard layout has to be changed to Korean, I have added a manual test case wherein the user is prompted to change to Korean keyboard layout and then execute the test.
Regards,
Sreeprakash
More information about the awt-dev
mailing list