[Mono-bugs] [Bug 78485][Min] New - ButtonBase: MouseMove() should ignore right button

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 23 02:18:00 EDT 2006


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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78485

--- shadow/78485	2006-05-23 02:18:00.000000000 -0400
+++ shadow/78485.tmp.13487	2006-05-23 02:18:00.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 78485
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ButtonBase: MouseMove() should ignore right button
+
+When we push right mouse button down, it does not set Button as pushed
+state. However if we move the mouse, it draws the button as if it is in
+pushed state. That is, OnMouseMove() does not filter right-button case out.
+
+Steps to reproduce the problem:
+1. run swf-buttons.exe in winforms/button.
+2. push right mouse button down on any enabled button.
+3. move the cursor.
+
+Patch being attached.


More information about the mono-bugs mailing list