-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
6
-
x86
-
windows_xp
Name: ks84122 Date: 11/17/2003
This is reproducible on Win 2000 with Simplified Chinese PRC, QuanPin IME:
When using Simplified Chinese QuanPin input method with mouse selection, caret is positioned at the click location in the IME window.
Steps to reproduce:
1. Create a JEditorPane in a Java application.
2. Run the application on Chinese Windows.
3. Input 10-20 lines of any text into the JEditorPane.
4. Move caret to the second line, turn on QuanPin IME and type "ji", an IME window will list multiple choices of entries, use mouse to select an entry(not the first one). If second windows come out and list more specific choices, use mouse to continue the selection until a word is inserted into the JEditoePane.
//exp: the caret is positioned at the input place at the second line.
//act: The caret is moved to the location of the last click in the IME window.
and the text between the input place at the second line and the
last click in the IME Window is selected
(Review ID: 216748)
======================================================================
This is reproducible on Win 2000 with Simplified Chinese PRC, QuanPin IME:
When using Simplified Chinese QuanPin input method with mouse selection, caret is positioned at the click location in the IME window.
Steps to reproduce:
1. Create a JEditorPane in a Java application.
2. Run the application on Chinese Windows.
3. Input 10-20 lines of any text into the JEditorPane.
4. Move caret to the second line, turn on QuanPin IME and type "ji", an IME window will list multiple choices of entries, use mouse to select an entry(not the first one). If second windows come out and list more specific choices, use mouse to continue the selection until a word is inserted into the JEditoePane.
//exp: the caret is positioned at the input place at the second line.
//act: The caret is moved to the location of the last click in the IME window.
and the text between the input place at the second line and the
last click in the IME Window is selected
(Review ID: 216748)
======================================================================
- relates to
-
JDK-4869912 REGRESSION: MouseReleased Event is triggered in JFrame behind a closing JFrame
- Closed
-
JDK-4508327 REGRESSION: MouseEvent is incorrectly triggered by clicking JComboBox item
- Closed
-
JDK-5039416 REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
- Closed
-
JDK-6430553 MouseClick event should not be fired if MouseRelease happened without MousePress
- Closed