-
Bug
-
Resolution: Unresolved
-
P3
-
8, 9
-
Mac OS X 10.9.5
This only happens on Mac and WebView (HTMLEditor, WebView text box). Not a regression. TextField and TextArea are not affected.
Steps to reproduce:
1. Focus on a HTMLEditor, invoke IME for Japanese.
2. Type string "suzuki".
3. Press "Space", the string is converted to Japanese characters.
4. Press "Space" again, the candicate windows is displayed.
5. Press "Return" to confirm the selection.
6. Press "Return" to commit the Japanese text.
There is nothing got committed. The composing text is removed, and the caret moves to the next line.
If press "Return" after step 3, the converted text can be commited. So this issue is related to the candidate window.
Steps to reproduce:
1. Focus on a HTMLEditor, invoke IME for Japanese.
2. Type string "suzuki".
3. Press "Space", the string is converted to Japanese characters.
4. Press "Space" again, the candicate windows is displayed.
5. Press "Return" to confirm the selection.
6. Press "Return" to commit the Japanese text.
There is nothing got committed. The composing text is removed, and the caret moves to the next line.
If press "Return" after step 3, the converted text can be commited. So this issue is related to the candidate window.
- relates to
-
JDK-8301900 TextArea: Committing text with ENTER in an IME window inserts newline
- Resolved
-
JDK-8088431 [Applet, Mac] HTMLEditor does not accept enter key on Mac OS X when running in browser
- Closed