[Mono-bugs] [Bug 58097][Nor] Changed - WebControls.Calendar doesn't render cell text per MS example

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 02:43:38 -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=58097

--- shadow/58097	2004-05-12 13:25:13.000000000 -0400
+++ shadow/58097.tmp.1989	2004-05-14 02:43:38.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58097
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: charlesduffy@isgenesis.com               
 QAContact: mono-bugs@ximian.com
@@ -46,6 +46,10 @@
 Additional Information:
 
 Attempted removing the conditional (such that e.Cell.Controls.Add(new
 LiteralControl("<br>Holiday")); was evaluated during every DayRender
 event). The relevant text still never showed up, leading me to believe that
 controls placed here are simply not being rendered with the calendar.
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-14 02:43 -------
+Fixed in CVS.
+Thanks.