Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Grails-RichUI 0.8
-
Fix Version/s: None
-
Labels:None
Description
In line 171 of CalendarMonthViewRenderer is an check for today.
The check contains tests for Calendar.DAY_OF_WEEK, Calendar.DAY_OF_MONTH and Calendar.YEAR.
The result is true, if the weekday is the same, even if the month is different.
the check should contain tests for Calendar.DAY_OF_YEAR and Calendar.YEAR or Calendar.DAY_OF_MONTH, Calendar.MONTH and Calendar.YEAR