-
Bug
-
Resolution: Fixed
-
P2
-
7
On Windows, on-the-spot style input method input is broken in AWT TextField or TextArea classes.
How to reproduce:
1. Run some apps that have AWT text field or text area on Windows in Japanese locale
2. Give the input field a focus by clicking on it.
3. Switch the input mode from alphabet to Hiragana, by pressing ALT+'`' key.
4. Type something. The input composition takes place on the title bar. This should happen at the caret position in the text field/area.
Looks like this is a regression started to happen with JDK7 b55. b54 works fine.
How to reproduce:
1. Run some apps that have AWT text field or text area on Windows in Japanese locale
2. Give the input field a focus by clicking on it.
3. Switch the input mode from alphabet to Hiragana, by pressing ALT+'`' key.
4. Type something. The input composition takes place on the title bar. This should happen at the caret position in the text field/area.
Looks like this is a regression started to happen with JDK7 b55. b54 works fine.
- duplicates
-
JDK-6937895 Japanese character probs caused by unexpected default font in TextArea/TextField
- Closed
-
JDK-7046873 Regression : Unexpected IME preedit position on AWT TextArea/TextField
- Closed
- relates to
-
JDK-7026055 Regression : Cannot use IME on JComboBox Japanese
- Closed