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