[Bug 5986] riched20 : Double Click messages not handled

Wine Bugs wine-bugs at winehq.org
Thu Aug 24 05:36:49 CDT 2006


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


renu.rajput at tcs.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mattfinn at gmail.com,
                   |                            |dank at kegel.com




------- Additional Comments From renu.rajput at 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))
        {
          ...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list