-
Bug
-
Resolution: Fixed
-
P3
-
8u77
-
b127
-
os_x
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163716 | 8u121 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8160330 | 8u112 | Dmitry Markov | P3 | Resolved | Fixed | b03 |
JDK-8167843 | emb-8u121 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
Caps Lock doesn't work as expected when using Pinyin Simplified input method
on OS X
When Pinyin Simplified input method is selected on OS X, Caps Lock key is
supposed to switch input to latin letters - that's how it works in native
applications, e.g. in TextEdit.
In Java applications, it also switches to input of latin letters, but letters
are entered in uppercase.
To reproduce the issue run attached simple program, switch OS input method to
'Pinyin - Simplified', press Caps Lock, then press 'a' key.
Expected result - 'a' character appears in text field.
Actual result - 'A' character appears in text field.
The issue is reproduced on OS X El Capitan 10.11.4 in latest Java version:
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
- backported by
-
JDK-8160330 Caps Lock doesn't work as expected when using Pinyin Simplified input method
- Resolved
-
JDK-8163716 Caps Lock doesn't work as expected when using Pinyin Simplified input method
- Resolved
-
JDK-8167843 Caps Lock doesn't work as expected when using Pinyin Simplified input method
- Resolved