[Mono-bugs] [Bug 47918][Cos] New - HtmlGenericControl Always uses span

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 11:46:36 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/47918	2003-08-26 11:46:35.000000000 -0400
+++ shadow/47918.tmp.19206	2003-08-26 11:46:35.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 47918
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 001 One hour
+Priority: Cosmetic
+Component: System.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HtmlGenericControl Always uses span
+
+Description of Problem:
+
+In BlogX, on the default page there is the following:
+
+<title id="title" runat="server">ChrisAn's BlogX</title>. In the code, the
+title is set dynamically. However, when the page is rendered it comes out
+as <span id="title"> (the text that was dynamically generated) </span>.
+This is invalid HTML.