[richfaces-svn-commits] JBoss Rich Faces SVN: r13726 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 21 09:37:36 EDT 2009


Author: pyaschenko
Date: 2009-04-21 09:37:36 -0400 (Tue, 21 Apr 2009)
New Revision: 13726

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
https://jira.jboss.org/jira/browse/RF-6866

Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2009-04-21 13:12:36 UTC (rev 13725)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2009-04-21 13:37:36 UTC (rev 13726)
@@ -1380,7 +1380,7 @@
 				this.doCollapse();
 			}
 				
-		} else {
+		} else if (daydata._month!=0){
 			if (this.params.boundaryDatesMode == "scroll") 
 				if (daydata._month==-1) this.prevMonth(); else this.nextMonth();
 			else if (this.params.boundaryDatesMode == "select") 




More information about the richfaces-svn-commits mailing list