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