[richfaces-svn-commits] JBoss Rich Faces SVN: r4503 - branches/3.1.x/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Dec 5 11:04:23 EST 2007
Author: pyaschenko
Date: 2007-12-05 11:04:23 -0500 (Wed, 05 Dec 2007)
New Revision: 4503
Modified:
branches/3.1.x/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
RF-1494 small changes
Modified: branches/3.1.x/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- branches/3.1.x/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-12-05 15:50:54 UTC (rev 4502)
+++ branches/3.1.x/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-12-05 16:04:23 UTC (rev 4503)
@@ -842,7 +842,8 @@
},
doExpand: function(e) {
- if (e) this.skipEventOnCollapse = true;
+ this.skipEventOnCollapse = false;
+ if (e && e.type=='click') this.skipEventOnCollapse = true;
if (!this.params.popup || this.isVisible) return;
var element = $(this.id);
More information about the richfaces-svn-commits
mailing list