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-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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -51,6 +51,9 @@ ------- 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'. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-10 17:25 ------- +Fixed in svn r60556. Thanks for the testcase. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
