[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
Thu Apr 27 01:31:31 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-03-29 22:00:09.000000000 -0500
+++ shadow/77956.tmp.3218 2006-04-27 01:31:31.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 77956
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: simon at nureality.ca
@@ -44,6 +44,13 @@
Test case will be provided in ZIP form since it needs 2 C# files.
------- Additional Comments From simon at nureality.ca 2006-03-29 22:00 -------
Created an attachment (id=16703)
Test Case
+
+------- 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'.
More information about the mono-bugs
mailing list