-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
None
-
beta
-
generic
-
generic
Two somewhat related issues in the unit test test/java/awt/im/IMFTest:
- It should provide a way to test endComposition. A menu item similar to the existing ones for is/setCompositionEnabled should work.
- It needs to use the current text component's input context for calls to is/setCompositionEnabled and endComposition. Right now, it just calls getInputContext on the applet itself, which works fine for text components that share the applet's input context, but not for those that use a private input context.
###@###.### 2004-12-08 00:16:23 GMT
- It should provide a way to test endComposition. A menu item similar to the existing ones for is/setCompositionEnabled should work.
- It needs to use the current text component's input context for calls to is/setCompositionEnabled and endComposition. Right now, it just calls getInputContext on the applet itself, which works fine for text components that share the applet's input context, but not for those that use a private input context.
###@###.### 2004-12-08 00:16:23 GMT