[Mono-bugs] [Bug 73479][Wis] Changed - System.Web.UI.Control.FindControl - wrong behavior

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 19:51:36 -0500 (EST)


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=73479

--- shadow/73479	2005-03-08 11:56:24.000000000 -0500
+++ shadow/73479.tmp.31225	2005-03-09 19:51:36.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73479
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ilyak@mainsoft.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,13 @@
 HttpException should be thrown
 
 ------- Additional Comments From ilyak@mainsoft.com  2005-03-08 11:56 -------
 Created an attachment (id=14581)
 patch for bug fixing
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-03-09 19:51 -------
+Fixed in SVN HEAD and 1-0.
+
+I didn't use an ArrayList because it will allocate memory that will
+not be needed for the common case and it only gives us the number of
+controls with the same ID.