[Mono-bugs] [Bug 80373][Wis] New - ListView must be fire only 2 SelectedIndexChanged events
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 27 00:09:47 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 everaldo at simios.org.
http://bugzilla.ximian.com/show_bug.cgi?id=80373
--- shadow/80373 2006-12-27 00:09:46.000000000 -0500
+++ shadow/80373.tmp.10529 2006-12-27 00:09:47.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 80373
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: everaldo at simios.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListView must be fire only 2 SelectedIndexChanged events
+
+In Win32 SelectedIndexChanged is fired 2 times after click on item, in
+Mono/Linux 3 SelectedIndexChanged events is fired. Also when you click on a
+item that is already selected SelectedIndexChanged events must be fired
+only after MouseDown/Up/Move.
+
+
+Steps to reproduce the problem:
+Create a sample that print in console orders of events
+MouseDown,MouseUp,MouseMove and SelectedIndexChanged and compare diferences
+between Linux and Win32.
+
+I will provide a sample so long as possible.
More information about the mono-bugs
mailing list