[Mono-bugs] [Bug 60800][Maj] Changed - Controls.Clear() prevents re-adding controls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Jun 2004 09:39:41 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60800
--- shadow/60800 2004-06-28 12:40:43.000000000 -0400
+++ shadow/60800.tmp.879 2004-06-29 09:39:41.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60800
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: AndrewArnott@byu.edu
QAContact: mono-bugs@ximian.com
@@ -72,6 +72,9 @@
thought that the control already had a parent.
The Remove and RemoveAt methods for ControlCollection correctly call
RemovedControl for each control being removed so that this error did
not occur. The solution is to have Clear() call RemovedControl for
each control before actually clearing the collection.
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-29 09:39 -------
+Fixed in CVS.