[Bug 20389] Firefox/Thunderbird: Close button must be clicked twice

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 21 06:32:14 CDT 2009


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





--- Comment #3 from Dmitry Timoshkov <dmitry at codeweavers.com>  2009-10-21 06:32:13 ---
The problem is that the app(s) fetch all client area mouse messages in its
message loop, so injected WM_LBUTTONUP message has no chance of reaching
DefWindowProc code.

A workaround is to inject WM_NCLBUTTONUP instead, and adapt the DefWindowProc
code to react on it same way as on WM_LBUTTONUP, but that won't work for
custom non-client message handlers.

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