[Mono-bugs] [Bug 78848][Nor] Changed - Combobox does not handle multiple items with the same value correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 28 11:01:15 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78848
--- shadow/78848 2006-08-27 08:03:25.000000000 -0400
+++ shadow/78848.tmp.10813 2006-08-28 11:01:15.000000000 -0400
@@ -56,6 +56,16 @@
Patch changes the "item-centric" view of the ComboBox to a
"index-centric" approach, which makes the combo-box useable. The only
thing I know so far which differs from the MS implementation is that
setting the DataSource raises the "SelectedIndexChanged" event 3 times
. Where in MS implementation it is not being invoked until the first
user-input.
+
+------- Additional Comments From jackson at ximian.com 2006-08-28 11:01 -------
+Mike put in a lot of time testing things like insertion and removal in
+the list, and had problems with the indexed based model with those
+things. Can you try writing some tests that insert and remove items,
+and see how your patch works?
+
+Thanks! Jackson
+
+
More information about the mono-bugs
mailing list