[Mono-bugs] [Bug 47918][Cos] Changed - HtmlGenericControl Always uses span
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 14:13:02 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47918
--- shadow/47918 2003-08-26 11:46:35.000000000 -0400
+++ shadow/47918.tmp.20731 2003-08-26 14:13:02.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 47918
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: 001 One hour
Priority: Cosmetic
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: bmaurer@users.sf.net
@@ -21,6 +21,10 @@
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.
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-26 14:13 -------
+I don't know what blogx is.
+Can you attach a simple test case?