[Bug 12567] New: Richedit always uses word wrap

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 13 17:51:09 CDT 2008


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 at winehq.org
        ReportedBy: m.marwedel at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list