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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82478 --- shadow/82478 2007-08-18 20:38:27.000000000 -0400 +++ shadow/82478.tmp.6482 2007-08-18 20:46:35.000000000 -0400 @@ -7,16 +7,15 @@ Resolution: FIXED Severity: Unknown Priority: Major Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] -QAContact: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: [Regression] Validators and LinkButtons do not work together - Start xsp2 - request the following page - click on "Go" @@ -33,6 +32,26 @@ </html> I'm using Mono from SVN (r84356). ------- Additional Comments From [EMAIL PROTECTED] 2007-08-18 20:38 ------- This bug has been fixed in svn trunk, revision 84360 + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-18 20:46 ------- +Clearer Instructions: +1. Paste the following into a file named index.aspx: +<html> +<body> +<form runat="server"> + <asp:TextBox id="X" runat="server" /> + <asp:RequiredFieldValidator controlToValidate="X" runat="server" /><br /> + <asp:LinkButton text="Go" runat="server" /> +</form> +</body> +</html> + +2. In the same directory as the index.aspx file start xsp2 +3. Browse to http://machine_name:8080/index.aspx +4. Notice a form with a text box and a link named "Go" +5. Click on Go +6. notice this Javascript error: + Javascript error: this._form.__doPostBack is not a function _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
