[richfaces-svn-commits] JBoss Rich Faces SVN: r11822 - trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 16 11:08:53 EST 2008
Author: vmolotkov
Date: 2008-12-16 11:08:53 -0500 (Tue, 16 Dec 2008)
New Revision: 11822
Modified:
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
Log:
https://jira.jboss.org/jira/browse/RF-4723
Modified: trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
===================================================================
--- trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2008-12-16 16:04:07 UTC (rev 11821)
+++ trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2008-12-16 16:08:53 UTC (rev 11822)
@@ -371,7 +371,7 @@
this.shuttleTable.parentNode.scrollTop += increment;
}
}
- Event.stop(event);
+ if (event) Event.stop(event);
},
setFocus : function() {
More information about the richfaces-svn-commits
mailing list