[richfaces-svn-commits] JBoss Rich Faces SVN: r5721 - 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 Jan 29 15:30:40 EST 2008


Author: nbelaevski
Date: 2008-01-29 15:30:40 -0500 (Tue, 29 Jan 2008)
New Revision: 5721

Modified:
   trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
Log:
http://jira.jboss.com/jira/browse/RF-2112 reverted

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-01-29 20:30:24 UTC (rev 5720)
+++ trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js	2008-01-29 20:30:40 UTC (rev 5721)
@@ -300,7 +300,7 @@
 	 */
 	selectItemGroup : function(currentItem) {
 		//FIXME
-		var activeItemIndex = (this.pseudoActiveItem || currentItem).rowIndex;
+		var activeItemIndex = this.pseudoActiveItem.rowIndex;
 		var startIndex;
 		var endIndex;
 		




More information about the richfaces-svn-commits mailing list