http://bugs.winehq.org/show_bug.cgi?id=26355
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|shlwapi |user32
--- Comment #5 from ocean04@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!