http://bugs.winehq.org/show_bug.cgi?id=5986
renu.rajput@tcs.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mattfinn@gmail.com, | |dank@kegel.com
------- Additional Comments From renu.rajput@tcs.com 2006-24-08 05:36 ------- I had a brief look at the code, and it seems that the message is handled, but for some reason, the following code fails in file dlls\user\message.c (for richedit control):
function: process_mouse_message() if ((info.flags & (GUI_INMENUMODE|GUI_INMOVESIZE)) || hittest != HTCLIENT || (GetClassLongA( msg->hwnd, GCL_STYLE ) & CS_DBLCLKS)) { ...