[Mono-bugs] [Bug 53898][Nor] Changed - System.ComponentModel.AttributeCollection:GetDefaultAttribute throws MissingMethodException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 10:59:05 -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 lluis@ximian.com.

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

--- shadow/53898	2004-02-05 09:38:15.000000000 -0500
+++ shadow/53898.tmp.2878	2004-04-05 10:59:05.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 53898
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jonwagner@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -117,6 +117,9 @@
 inherited into the custom textbox class. This is probably caused by 
 the fact that AttributeUsageAttribute.Inherited does not default to 
 true and some other cause I haven't tracked down yet.
 
 ------- Additional Comments From jonwagner@hotmail.com  2004-02-05 09:38 -------
 Workaround: Add ValidationPropertyAttribute to custom control.
+
+------- Additional Comments From lluis@ximian.com  2004-04-05 10:59 -------
+I verified that your patch is correct. It is now in CVS. Thanks!