[Mono-bugs] [Bug 78485][Min] Changed - [PATCH] ButtonBase:
MouseMove() should ignore right button
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 23 02:27:24 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:26.000000000 -0400
+++ shadow/78485.tmp.13769 2006-05-23 02:27:24.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78485
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
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
+Summary: [PATCH] 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:
@@ -28,6 +28,12 @@
Patch being attached.
------- Additional Comments From atsushi at ximian.com 2006-05-23 02:18 -------
Created an attachment (id=17090)
proposed fix
+
+------- Additional Comments From atsushi at ximian.com 2006-05-23 02:27 -------
+Oops, no. The patch was wrong. When we push *both* left and right
+buttons and move out, it keeps the button as pushed.
+
+I'm attaching an improved fix.
More information about the mono-bugs
mailing list