http://bugs.winehq.org/show_bug.cgi?id=3486
Summary: Clipboard behaves strangely copying from ANSI edit control Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: richard@daijobu.co.uk
Use the attachment to bug 2246 as a test case.
+ When run, the edit field should be blank, but it contains garbage. + You don't get what you expect when copying characters, eg if the field contains "abcd" and you try to copy it all, you just get "a". + Pasting seems OK.
Fixed by using native comctl32.
Almost certainly a variant of bug 3241