Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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) ======================================================================
|