[Mono-bugs] [Bug 79066][Nor] Changed - ComboBox: Changing an element of Items using indexer doesn't refresh UI
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 15 03:42:03 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=79066
--- shadow/79066 2006-08-15 03:35:42.000000000 -0400
+++ shadow/79066.tmp.25254 2006-08-15 03:42:03.000000000 -0400
@@ -59,6 +59,10 @@
{
cb.Items [0] = "New value"; // Modify the first element
};
}
}
+
+------- Additional Comments From unserkonig at gmail.com 2006-08-15 03:42 -------
+The problem also appears with ListBox (try changing ListBox to
+ComboBox in the sample, and the problem will show up).
More information about the mono-bugs
mailing list