[Mono-bugs] [Bug 79077][Nor] Changed - ListBox: Setting SelectedItem to null doesn't match MS behaviour
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 15 20:09:35 EDT 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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79077
--- shadow/79077 2006-08-15 19:57:26.000000000 -0400
+++ shadow/79077.tmp.5407 2006-08-15 20:09:35.000000000 -0400
@@ -76,6 +76,11 @@
Console.WriteLine ("Selected Item = " + (lb.SelectedItem == null ?
"null" : lb.SelectedItem.ToString ()) +
"\nSelected Index = " + lb.SelectedIndex + "\n");
}
}
+
+------- Additional Comments From unserkonig at gmail.com 2006-08-15 20:09 -------
+Created an attachment (id=17459)
+Proposed patch
+
More information about the mono-bugs
mailing list