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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
