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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-05-23 02:18 ------- Created an attachment (id=17090) proposed fix + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
