[Mono-bugs] [Bug 82868][Nor] New - Control: MouseUp event should be triggered after associated ContextMenu is closed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 14 19:46:10 EDT 2007


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 unserkonig at gmail.com.

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: mono-bugs at ximian.com                            
+ReportedBy: unserkonig at gmail.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list