[Mono-bugs] [Bug 82478][Maj] Changed - [Regression] Validators and LinkButtons do not work together

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 18 20:46:35 EDT 2007


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 twiest at novell.com.

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: mhabersack at novell.com                            
 ReportedBy: juraj at hotfeet.ch               
-QAContact: mono-bugs at ximian.com
+QAContact: twiest at novell.com
 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 mhabersack at novell.com  2007-08-18 20:38 -------
 This bug has been fixed in svn trunk, revision 84360
+
+------- Additional Comments From twiest at novell.com  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


More information about the mono-bugs mailing list