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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-06-13 17:09 ------- +Fixed in SVN. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
