[Mono-bugs] [Bug 61831][Wis] Changed - RequiredFieldValidator still affect page validation when it's disabled

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Jul 2004 17:38:25 -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=61831

--- shadow/61831	2004-07-26 09:19:25.000000000 -0400
+++ shadow/61831.tmp.5872	2004-07-29 17:38:25.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61831
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jackchen@tcn.net               
 QAContact: mono-bugs@ximian.com
@@ -72,6 +72,13 @@
 
 How often does this happen? 
 always.
 
 Additional Information:
 same code works as expect under MS.NET
+
+------- Additional Comments From gonzalo@ximian.com  2004-07-29 17:38 -------
+Your test case lacks one small detail: OnClick="Button1_Click" in the
+<asp:button>.
+
+Anyway, the bug is fixed now in CVS.
+Thanks.