[Mono-bugs] [Bug 79066][Nor] New - ComboBox: Changing an element of Items using indexer doesn't refresh UI

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 12 21:07: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 unserkonig at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79066

--- shadow/79066	2006-08-12 21:07:05.000000000 -0400
+++ shadow/79066.tmp.28803	2006-08-12 21:07:05.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 79066
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: unserkonig at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ComboBox: Changing an element of Items using indexer doesn't refresh UI
+
+Changing en element of ComboBox.Items using the indexer after the control's
+handle has been created doesn't update the value in the UI side (the string
+representation in the combo box doesn't appear to change).
+
+Steps to reproduce the problem:
+1. Compile the attached sample.
+2. Press the "Modify element" button, which modifies the first element in
+the Items property.
+
+The first element's text (in the UI) should change from "Previous value" to
+"New value". Modifying the element _before_ creating the handle appears to
+work correctly. Also, other methods related to member access (Add, Insert)
+work just fine.


More information about the mono-bugs mailing list