[ros-bugs] [Bug 3455] single click triggers a double click message

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Mon Jul 7 15:09:32 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3455





--- Comment #5 from Goplat <mrnobo1024 at yahoo.com>  2008-07-07 15:09:31 CET ---
The problem occurs when clicking on something within a BS_GROUPBOX button.
co_IntTranslateMouseMessage sends the groupbox a WM_NCHITTEST, receives
HTTRANSPARENT, and posts the message to the actual control.

co_IntPeekMessage is called twice; once without RemoveMsg and once with. Each
time, it calls co_IntTranslateMouseMessage, so the control gets two messages
posted to it.

This weird way of redirecting mouse messages could also cause the opposite
problem in unconventional message loops, such as that of modal dialog boxes.
For example, run mstsc and click on a control - nothing happens at all.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list