[Mono-bugs] [Bug 72415][Nor] Changed - When deriving from WebControl using a string to specify the tag, it uses the wrong tag when rendering

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 21:23:07 -0500 (EST)


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=72415

--- shadow/72415	2005-02-23 20:58:03.000000000 -0500
+++ shadow/72415.tmp.23550	2005-02-23 21:23:07.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72415
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: gentoo linux
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
@@ -70,6 +70,13 @@
 
 
 ------- Additional Comments From eto@shaw.ca  2005-02-16 17:03 -------
 Here ya go! (sorry it took so long).
 
 Renders fine in ms.net, but not in mono from svn.
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-23 21:23 -------
+Fixed in SVN 1-0 and HEAD.
+This never worked well before... Seems like everyone uses the
+HtmlTextWriterTags instead of text ;-)
+
+Thanks.