http://bugs.winehq.org/show_bug.cgi?id=12567
Summary: Richedit always uses word wrap Product: Wine Version: 0.9.59. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: m.marwedel@onlinehome.de
A Richedit field always wraps lines if they do not fit, even if word wrap has been disabled.
Steps to reproduce: Place a RichEdit into the Form of a Delphi project (Delphi 5 in my case). Set WordWrap in the Object Inspector to false. Put some long text into the Edit field and change the width of the RichEdit while running the program. The text still wraps. A simple Memo object behaves (instead) properly if WordWrap is set to false.
This has the following influence: If there is a long text in line 0, and an 'A' in line 1. The line 0 gets wrapped. As result: The comparison if (richedit.line[1] = 'A') then ... passes on a Windows machine, but fails on WINE.
I think this Bug has been already in WINE since many versions.