[Mono-bugs] [Bug 81227][Nor] New - Control: MouseDown event should appear for every click with ContextMenu activaded
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 24 19:35:26 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=81227
--- shadow/81227 2007-03-24 18:35:25.000000000 -0500
+++ shadow/81227.tmp.32278 2007-03-24 18:35:25.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 81227
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: unserkonig at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Control: MouseDown event should appear for every click with ContextMenu activaded
+
+MouseDown event should appear for every right-click when ContextMenu is
+being used, not only for the first click.
+
+
+Steps to reproduce the problem:
+1. Compile the attached sample.
+2. Right-click on the yellow area. A "MouseDown" message should appear on
+the ListBox, and a ContextMenu instance with "Hello" message should also
+appear.
+3. With the ContextMenu still alive, move the pointer to a different
+position inside the yellow area, and right-click again. It should report a
+new MouseDown event, but it doesn't.
More information about the mono-bugs
mailing list