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