[Mono-bugs] [Bug 79255][Maj] New - System.ComponentModel.Container is not unsiting the Components on Remove + PATCH + TEST

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Sep 2 15:02:40 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 contact at i-nz.net.

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

--- shadow/79255	2006-09-02 15:02:40.000000000 -0400
+++ shadow/79255.tmp.31629	2006-09-02 15:02:40.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 79255
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: contact at i-nz.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.ComponentModel.Container is not unsiting the Components on Remove + PATCH + TEST
+
+The current implementation (SVN HEAD) of the Container.Remove (component) 
+just removes the component from the internal list of the contained such, 
+but does not unsite it, which is the expected behaviour. Attached patch 
+includes a fix, a nunit test case and .Net 2.0 updates to the Container 
+class.


More information about the mono-bugs mailing list