[Mono-bugs] [Bug 50154][Nor] New - HtmlButton - DoPostBack() occur all the time
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 04:26:19 -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 yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50154
--- shadow/50154 2003-10-27 04:26:19.000000000 -0500
+++ shadow/50154.tmp.25130 2003-10-27 04:26:19.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 50154
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HtmlButton - DoPostBack() occur all the time
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+A DoPostBack() event is applied to HtmlButton even when no OnClick Handler
+was defined.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on the button "HtmlButton"
+
+Actual Results:
+We get a text line of "Not suppose to happen" as response.
+The line is inserted on postBack (Page_Load) that not suppose to occur.
+
+Expected Results:
+No postback, no round trip to the server.
+
+How often does this happen?
+Always