[Mono-bugs] [Bug 77956][Nor] Changed - UserControl context menu
doesn't work when clicking child control
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 10 17:25:07 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77956
--- shadow/77956 2006-04-27 01:31:31.000000000 -0400
+++ shadow/77956.tmp.4401 2006-05-10 17:25:07.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 77956
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: simon at nureality.ca
QAContact: mono-bugs at ximian.com
@@ -51,6 +51,9 @@
------- Additional Comments From peter at novonyx.com 2006-04-27 01:31 -------
WM_CONTEXTMENU is fired on the MS side. MSDN describes that message
as being passed up the parent chain. We can either (for
compatibility) generate that message on right mouseclick and add a
handler for it, or we walk our parent list and look for a menu. Doing
the message is probably 'more compatible'.
+
+------- Additional Comments From peter at novonyx.com 2006-05-10 17:25 -------
+Fixed in svn r60556. Thanks for the testcase.
More information about the mono-bugs
mailing list