[Mono-bugs] [Bug 80194][Nor] New - Button: Missing event after button click and wrong event order
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Dec 9 05:36:39 EST 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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80194
--- shadow/80194 2006-12-09 05:36:39.000000000 -0500
+++ shadow/80194.tmp.3932 2006-12-09 05:36:39.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 80194
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Button: Missing event after button click and wrong event order
+
+On Windows if you click a button a MouseMove event is fired, mwf doesn't do
+that.
+
+Further on the event order of a button click is wrong (you can check this
+with the attached test case):
+
+Windows:
+
+Invalidated event
+MouseDown event
+Paint event
+Invalidated event
+Paint event
+Click event
+MouseUp event
+MouseMove event
+
+mwf:
+
+Invalidated event
+MouseDown event
+Paint event
+Invalidated event
+Click event
+MouseUp event
+Paint event
More information about the mono-bugs
mailing list