Bug 313046 (MONO50154) - HtmlButton - DoPostBack() occur all the time
Summary: HtmlButton - DoPostBack() occur all the time
Status: RESOLVED FIXED
Alias: MONO50154
Product: Mono: Class Libraries
Classification: Mono
Component: Sys.Web (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Gonzalo Paniagua Javier
QA Contact: Gonzalo Paniagua Javier
URL:
Whiteboard:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2003-10-27 11:26 UTC by Yaron Shkop
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Testcase (881 bytes, text/plain)
2003-10-27 11:26 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
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)