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