[Mono-bugs] [Bug 49698][Maj] Changed - Calendar bug (Selection)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Oct 2003 05:12:24 -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 yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49698
--- shadow/49698 2003-10-16 05:06:43.000000000 -0400
+++ shadow/49698.tmp.26076 2003-10-16 05:12:24.000000000 -0400
@@ -48,6 +48,12 @@
1. Open the attached aspx
2. Select a week
All the days of the week except the last day are selected.
I'm sure, though, that this is the same bug as the month bug, but
maybe this scenario will make the bug locating easier.
+
+------- Additional Comments From yaronsh@mainsoft.com 2003-10-16 05:12 -------
+I've found the bug.
+It's in SelectedDatesCollection.SelectRange.
+The loop should be local <= toDate and not local<toDate. (line 117)
+I'll suply a patch shortly.