-
Bug
-
Resolution: Fixed
-
P2
-
7, 8
-
b11
-
generic
-
os_x
-
Verified
http://java.net/jira/browse/MACOSX_PORT-604 submitted 2011/10/25 by Naoto Sato
Demo program in the Input Method Framework does not work as expected. Here is how to reproduce the issues:
1) Download the demo source files from <span class="nobr"><a href="http://download.oracle.com/javase/7/docs/technotes/guides/imf/api-tutorial.html#Sample%20Code">http://download.oracle.com/javase/7/docs/technotes/guides/imf/api-tutorial.html#Sample%20Code<sup><img class="rendericon" src="/jira/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span>
2) Compile those java files
3) run "java IMFDemo"
4) Click on "Lightweight component, passive client" and perform inputting with input methods, but it does not accept the result text (issue 1).
5) Click on "Peered component" and perform inputting with input methods, but it does not allow on-the-spot style editing, and the result text cannot be input in the edit component (issue 2).
While the "issue 1" can be observed with the Apple's JDK6, "issue 2" is the regression from JDK6 (it works correctly on JDK6).
Demo program in the Input Method Framework does not work as expected. Here is how to reproduce the issues:
1) Download the demo source files from <span class="nobr"><a href="http://download.oracle.com/javase/7/docs/technotes/guides/imf/api-tutorial.html#Sample%20Code">http://download.oracle.com/javase/7/docs/technotes/guides/imf/api-tutorial.html#Sample%20Code<sup><img class="rendericon" src="/jira/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span>
2) Compile those java files
3) run "java IMFDemo"
4) Click on "Lightweight component, passive client" and perform inputting with input methods, but it does not accept the result text (issue 1).
5) Click on "Peered component" and perform inputting with input methods, but it does not allow on-the-spot style editing, and the result text cannot be input in the edit component (issue 2).
While the "issue 1" can be observed with the Apple's JDK6, "issue 2" is the regression from JDK6 (it works correctly on JDK6).
- relates to
-
JDK-7141247 [macosx] Passive IMF Client does not work on MacOS X
-
- Closed
-