[Mono-bugs] [Bug 78603][Nor] Changed - Various rendering problems with the Calendar class

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 13 17:09:35 EDT 2006


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

--- shadow/78603	2006-06-07 11:33:14.000000000 -0400
+++ shadow/78603.tmp.18713	2006-06-13 17:09:35.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78603
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: FC5
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: juraj at hotfeet.ch               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -18,6 +18,14 @@
 
 - After setting Enabled=false, the rendering is the same as for an enabled
 calendar. The days should be rendered without <a>s.
 
 - Sometimes (when SelectedDay == DateTime.Now?) the selected day is not
 highlighted.
+
+------- Additional Comments From juraj at hotfeet.ch  2006-06-13 10:44 -------
+The highlighting never works for programmatically selected dates with
+time != 12:00am because during rendering, SelectedDates.Contains(...)
+is always called with DateTime objects having time == 12:00am.
+
+------- Additional Comments From juraj at hotfeet.ch  2006-06-13 17:09 -------
+Fixed in SVN.


More information about the mono-bugs mailing list