-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
generic
-
solaris_8
merlin b92
windows or solaris for zh
input style: on-the-spot
On solaris:
#tar -xvf swing_awt_test.tar(in attachment)
#cd swingtest/classes
#java SwingTest -command test
there will popup a dialog, in that dialog there have many edit control, use one of these to test such as JTextArea.
drag the mouse over to make some char selected
press the key <ctrl>+<space> to activate the input method
then input 'w' then press <Esc> to cancel input, but the selected char have been deleted and couldn't recover.
Commit locale char and delete the selected char should keep as atomic operate.
On windows:
all same except run parameter: #java -Djava.awt.im.style=on-the-spot SwingTest test
windows or solaris for zh
input style: on-the-spot
On solaris:
#tar -xvf swing_awt_test.tar(in attachment)
#cd swingtest/classes
#java SwingTest -command test
there will popup a dialog, in that dialog there have many edit control, use one of these to test such as JTextArea.
drag the mouse over to make some char selected
press the key <ctrl>+<space> to activate the input method
then input 'w' then press <Esc> to cancel input, but the selected char have been deleted and couldn't recover.
Commit locale char and delete the selected char should keep as atomic operate.
On windows:
all same except run parameter: #java -Djava.awt.im.style=on-the-spot SwingTest test