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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -44,6 +44,13 @@ Test case will be provided in ZIP form since it needs 2 C# files. ------- Additional Comments From [EMAIL PROTECTED] 2006-03-29 22:00 ------- Created an attachment (id=16703) Test Case + +------- Additional Comments From [EMAIL PROTECTED] 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'. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
