-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
hopper
-
x86
-
solaris_8
-
Verified
Test Bundles : j2sdk-1_4_0-rc-bin-b91-solx86-05_jan_2002.sh
Test Enviroment : Solaris2.8/ x86/ ko.UTF-8
If user inputs only Korean alphabets or some strokes, then the alphabets cannot display on JTextfield and JTextArea. But, each completed korean characters well displays on the JTextfield and JTextArea.
This problem is not found in sun4u/ko & ko.UTF-8/Solaris2.8 and x86/ko/Solaris2.8.
This problem is also existed in jdk-beta3_b83.
How to reproduce :
1) get test file (swing_awt_tests.tar) from /net/sekai/projects/java_software/jdk_1.4/web/Planning/Test_Plans/test_cases
2) untar the swing_awt_tests.tar
3) change directory to swingtest/classes
4) run SwingTest.java file such as
% java SwingTest -command [ English/Korean characters]
5) move cursor to JTextField and then switch the Input engine for inputing
korean characters or alphabets (Contr+Space)
6) type "dksffdj", then the JTextfield displays "dksdj" instead of "dksffdj"
but "ff" already takes memory space.
Test Enviroment : Solaris2.8/ x86/ ko.UTF-8
If user inputs only Korean alphabets or some strokes, then the alphabets cannot display on JTextfield and JTextArea. But, each completed korean characters well displays on the JTextfield and JTextArea.
This problem is not found in sun4u/ko & ko.UTF-8/Solaris2.8 and x86/ko/Solaris2.8.
This problem is also existed in jdk-beta3_b83.
How to reproduce :
1) get test file (swing_awt_tests.tar) from /net/sekai/projects/java_software/jdk_1.4/web/Planning/Test_Plans/test_cases
2) untar the swing_awt_tests.tar
3) change directory to swingtest/classes
4) run SwingTest.java file such as
% java SwingTest -command [ English/Korean characters]
5) move cursor to JTextField and then switch the Input engine for inputing
korean characters or alphabets (Contr+Space)
6) type "dksffdj", then the JTextfield displays "dksdj" instead of "dksffdj"
but "ff" already takes memory space.