[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
Sun Aug 27 07:55:05 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 latency at gmx.de.
http://bugzilla.ximian.com/show_bug.cgi?id=78848
--- shadow/78848 2006-07-13 15:30:39.000000000 -0400
+++ shadow/78848.tmp.19899 2006-08-27 07:55:05.000000000 -0400
@@ -34,6 +34,11 @@
cb.DropDownStyle = ComboBoxStyle.DropDownList;
cb.DataSource = new string [] {"A", "B", "A", "C" };
Controls.Add (cb);
}
}
+
+------- Additional Comments From latency at gmx.de 2006-08-27 07:55 -------
+Created an attachment (id=17526)
+Path proposal.
+
More information about the mono-bugs
mailing list