[Mono-bugs] [Bug 80978][Nor] Changed - ListView: Selection only works on first column
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 08:07:03 EST 2007
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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80978
--- shadow/80978 2007-02-27 16:41:15.000000000 -0500
+++ shadow/80978.tmp.17846 2007-03-06 08:07:03.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -25,6 +25,20 @@
2. follow the on-screen instructions (on tabs #1 and #2).
------- Additional Comments From gert.driesen at pandora.be 2007-02-27 16:41 -------
Created an attachment (id=18792)
Repro
+
+------- Additional Comments From georgegiolfan at yahoo.com 2007-03-06 08:07 -------
+The test claims the order should be
+ * SelectedIndexChanged => 1
+ * SelectedIndexChanged =>
+ * SelectedIndexChanged => 0
+On MS it is
+SelectedIndexChanged => 0
+SelectedIndexChanged =>
+SelectedIndexChanged => 1
+
+Anyway, here is what I am proposing. It seems to run the test like MS
+does. I'm not sure if it breaks other things.
+
More information about the mono-bugs
mailing list