http://bugs.winehq.org/show_bug.cgi?id=8937
Summary: PreEditCaretCallback not implemented Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: ncliang@gmail.com
I use SCIM to input Chinese. It uses on-the-spot input style which requires the application to register PreeditStart, PreeditDone, PreeditDraw, and PreeditCaret callback functions. The last one is not implemented yet, so the position of the insertion point is not changed when I press the left or right arrows to move back and forth within the preedit area.