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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
