-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.1_03, 1.4.0
-
sparc
-
solaris_8
merlin fcs
jdk1.3.1_03
zh and zh_TW
solaris 8/sun4u
using testcase awt_swing_test.tar
untar it
enter awt/classes
#java awt -command test
#input some char in awt.TextField, and then the input position will reach the right boundary of that component, continue input locale char, you will find that the composite char couldn't display on that position. but if you move the cursor on the middle of that, input some locale char, you will see the composite char display on the position.
using swing component are ok(the char in that component will auto move to left to display the composite char. can enter swing/classes for test, run "java SwingTest -command test").
jdk1.3.1_03
zh and zh_TW
solaris 8/sun4u
using testcase awt_swing_test.tar
untar it
enter awt/classes
#java awt -command test
#input some char in awt.TextField, and then the input position will reach the right boundary of that component, continue input locale char, you will find that the composite char couldn't display on that position. but if you move the cursor on the middle of that, input some locale char, you will see the composite char display on the position.
using swing component are ok(the char in that component will auto move to left to display the composite char. can enter swing/classes for test, run "java SwingTest -command test").
- duplicates
-
JDK-4432056 Preedit string on TextArea and TextField is not displayed proprely
- Closed