[Bug 29182] New: Edit control WS_EX_CLIENTEDGE is not drawn if initially not WS_VISIBLE

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 26 15:25:14 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29182

             Bug #: 29182
           Summary: Edit control WS_EX_CLIENTEDGE is not drawn if
                    initially not WS_VISIBLE
           Product: Wine
           Version: 1.3.33
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: user32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: toni.spets at iki.fi
    Classification: Unclassified


Created attachment 37648
  --> http://bugs.winehq.org/attachment.cgi?id=37648
Hack to workaround the problem

This is rather odd as I couldn't figure it out where the problem occurs deeper 
but the attached patch should give a good hint to someone who knows better.

If the edit control is not WS_VISIBLE when created, WS_EX_CLIENTEDGE will be
ignored through it's life and only show the background color without border.

As I'm probably wrong this can be tested using the freeware program ResEdit by
creating a new dialog and adding a normal text edit control. It seems there are
more problems regarding updating the control on-the-fly with the properties
editor.

-- 
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