[Bug 26355] Webbrowser WM_LBUTTONDOWN message don't work

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 9 03:24:09 CDT 2011


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

ocean04 at suomi24.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|shlwapi                     |user32

--- Comment #5 from ocean04 at suomi24.fi 2011-06-09 03:24:09 CDT ---
Don't know why it works with native shlwapi?

Message fails to register after shlwapi.167, SetParent(hWnd, hWndParent);

Problem is really in user32, messages.c, process_mouse_message

If delete this line, everything works!

if (!FOCUS_MouseActivate( hwndTop )) eatMsg = TRUE;

Could someone write proper patch, NOT eating the message in this case, thanks!

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