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=82868 --- shadow/82868 2007-09-14 19:46:10.000000000 -0400 +++ shadow/82868.tmp.18453 2007-09-14 19:46:10.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 82868 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Control: MouseUp event should be triggered after associated ContextMenu is closed + +When using a ContextMenu, right-clicking should trigger the MouseUp event +until the context menu is closed, not before. + +Steps to reproduce the problem: +1. Compile the attached sample and follow instructions. + +Actual Results: +OnMouseUp is called before the contextmenu is closed. + +Expected Results: +OnMouseUp should be called after the contextmenu is closed. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
