[Mono-bugs] [Bug 52158][Nor] New - 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:38:51 -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:38:51.000000000 -0500
+++ shadow/52158.tmp.18599	2003-12-14 11:38:51.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 52158
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: along@mainsoft.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Submit button adds DoPostBack() event even if no OnClick handler was declared.
+
+Description of Problem:
+Submit button adds DoPostBack() event (and goes to the server as result) 
+even if no OnClick handler was declared.
+
+Steps to reproduce the problem:
+1. Open the attached aspx file. 
+
+Actual Results:
+<input  language="javascript" onclick="__doPostBack('Button1','')" 
+name="_ctrl4c" type="submit" value="Submit" style="Z-INDEX: 101; LEFT: 
+80px; WIDTH: 152px; POSITION: absolute; TOP: 104px; HEIGHT: 72px" />
+
+Expected Results:
+<input name="_ctrl4c" type="submit" value="Submit" style="Z-INDEX: 101; 
+LEFT: 80px; WIDTH: 152px; POSITION: absolute; TOP: 104px; HEIGHT: 72px" />
+
+How often does this happen? 
+Always
+
+Additional Information: