https://bugs.winehq.org/show_bug.cgi?id=42503
Bug ID: 42503 Summary: Controls don't receive non-client messages Product: Wine Version: 2.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: james.tabor@reactos.org Distribution: ---
Created attachment 57377 --> https://bugs.winehq.org/attachment.cgi?id=57377 Patch
If a control has an extended style of WS_EX_CLIENTEDGE, it doesn't receive non-client messages like:
WM_NCMOUSEMOVE WM_NCRBUTTONDOWN WM_NCRBUTTONUP WM_NCLBUTTONDOWN WM_NCLBUTTONUP etc.
If the control has a border style of WS_BORDER, all messages are received.
https://bugs.winehq.org/show_bug.cgi?id=42503
--- Comment #1 from James Tabor james.tabor@reactos.org --- Created attachment 57378 --> https://bugs.winehq.org/attachment.cgi?id=57378 Test program.
https://bugs.winehq.org/show_bug.cgi?id=42503
James Tabor james.tabor@reactos.org changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://jira.reactos.org/br | |owse/CORE-12771
--- Comment #2 from James Tabor james.tabor@reactos.org --- Patch and Test Program are from a tester not by me.
https://bugs.winehq.org/show_bug.cgi?id=42503
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de