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@winehq.org ReportedBy: toni.spets@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.
http://bugs.winehq.org/show_bug.cgi?id=29182
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Severity|normal |trivial
http://bugs.winehq.org/show_bug.cgi?id=29182
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.resedit.net/
https://bugs.winehq.org/show_bug.cgi?id=29182
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=29182
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- Wine has not changed the behaviour of
dlls / user32 / edit.c
case WM_PRINTCLIENT:
So it's valid wine 1.9.5