========================================================
JDK : Mantis jdk1.4.2 b07
OS : Solaris sparc 8, 9 and 10
Solaris x86 9
IM : ATOK12
locale : ja_JP.euc, pck and utf8
========================================================
After converting japanese character to KANJI or KATAKANA with ATOK12,
nothing can be inputted on TextField.
It seems that focus is lost.
Cliking another window and go back to TextField which I was inputting,
an input funtion works again.
This problem does not occur with ATOK 8.
Steps to reproduce;
1. compile and run attached test case(CharView.java and FontView.java).
% java CharView
2. Change from "Button" to "TextField".
3. Click on one of the Textfield.
4. Ctrl+SPACE
5. Type "a"
6. Push SPACE key twice so that Conversion List window comes up.
Then, you can see some "KANJI" items on the window.
7. Select one of the item lised on the window using SPACE key
ex. You need to push SPACE key 4 times in order to select the 4th item from a top.
8. Hit Return key to commit it.
9. Selected character is displayed on TextField.
10. Try to input some characters.
Then, nothing can be inputted on TextField.
Cliking another window and going back to TextArea, character can be inputted.
It seems that focus does not return from Conversion List window and get lost.
* This input way is frequently used for japanese users.
* This problem is reproducible on not only TextField but also TextArea.
* This problem does not occur with ATOK 8.
* I confirmed that this problem is repoducible since mantis b03.
* I tried the same test with Hopper, but I saw another problem that selected item in step 6 avobe is not displayed on TextField.
I can't confirm if this is a regression or not.
* I tried the same test with Merlin, but I saw another problem that selected item in step 6 avobe is displayed and Japanese Input Mode is not available until I clicked another window and go back to the TextFiled.
[###@###.### 2002-11-19]