http://bugs.winehq.org/show_bug.cgi?id=8938
Summary: Regression in SCIM input 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
When finishing input to the preedit area in SCIM, I press <ctrl>+<space> or <enter> to send my changes in the preedit area to the edit area that should receive the input. This used to work in wine-0.9.20, but is broken in current git. The text in the preedit area is not sent to the target edit area. Regression testing is hard since this commit: http://www.winehq.org/pipermail/wine-cvs/2006-October/026680.html caused wine to hang when run with SCIM. The hang was fixed here: http://www.winehq.org/pipermail/wine-cvs/2007-April/031832.html but input was never the same again.....