[Mono-bugs] [Bug 52158][Nor] Changed - Submit button adds DoPostBack() event even if no OnClick handler was declared.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Dec 2003 11:46:52 -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 along@mainsoft.com.

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

--- shadow/52158	2003-12-14 11:39:33.000000000 -0500
+++ shadow/52158.tmp.18644	2003-12-14 11:46:52.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52158
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: along@mainsoft.com                            
 ReportedBy: along@mainsoft.com               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,11 @@
 Additional Information:
 
 ------- Additional Comments From along@mainsoft.com  2003-12-14 11:39 -------
 Created an attachment (id=6233)
 This file demonstrates the problem
 
+
+------- Additional Comments From along@mainsoft.com  2003-12-14 11:46 -------
+The problem was in HtmlInputButton.RenderAttributes().
+Before adding the script to the HTML, the number of Validators should 
+be checked.