Bug 313046 (MONO50154)

Summary: HtmlButton - DoPostBack() occur all the time
Product: [Mono] Mono: Class Libraries Reporter: Yaron Shkop <yaronsh>
Component: Sys.WebAssignee: Gonzalo Paniagua Javier <gonzalo>
Status: RESOLVED FIXED QA Contact: Gonzalo Paniagua Javier <gonzalo>
Severity: Normal    
Priority: P3 - Medium Keywords: UI
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Testcase

Description Thomas Wiest 2007-09-15 18:18:18 UTC


---- Reported by yaronsh@mainsoft.com 2003-10-27 04:26:18 MST ----

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



---- Additional Comments From yaronsh@mainsoft.com 2003-10-27 04:26:55 MST ----

Created an attachment (id=165101)
Testcase




---- Additional Comments From gonzalo@ximian.com 2003-11-27 02:20:08 MST ----

Works with current CVS

Imported an attachment (id=165101)