[Mono-bugs] [Bug 82596][Min] New - ID attribute rendered twice for <form runat='server'/> element

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 25 15:14:06 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 juraj at hotfeet.ch.

http://bugzilla.ximian.com/show_bug.cgi?id=82596

--- shadow/82596	2007-08-25 15:14:06.000000000 -0400
+++ shadow/82596.tmp.19190	2007-08-25 15:14:06.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 82596
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: FC6
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: juraj at hotfeet.ch               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ID attribute rendered twice for <form runat='server'/> element
+
+Let xsp or xsp2 serve you the following page:
+
+<html>
+<body>
+<form runat="server">
+</form>
+</body>
+</html>
+
+The result will be:
+
+<html>
+<body>
+<form name="_ctl0" method="post" action="index.aspx" id="_ctl0" id="_ctl0">
+<div>
+	<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="DAAA" />
+</div>
+</form>
+</body>
+</html>


More information about the mono-bugs mailing list