[richfaces-svn-commits] JBoss Rich Faces SVN: r4569 - branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 6 13:39:12 EST 2007


Author: vmolotkov
Date: 2007-12-06 13:39:12 -0500 (Thu, 06 Dec 2007)
New Revision: 4569

Modified:
   branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/scripts/ListShuttle.js
Log:
bug:  	 RF-1546

Modified: branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/scripts/ListShuttle.js
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/scripts/ListShuttle.js	2007-12-06 18:36:27 UTC (rev 4568)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/scripts/ListShuttle.js	2007-12-06 18:39:12 UTC (rev 4569)
@@ -172,6 +172,10 @@
 		var item = this.sourceList.getEventTargetRow(event);
 		this.moveItem(sourceComponent, targetComponent, item);
 		
+		this.controlListManager();
+		this.targetList.controlListManager();
+		this.saveState();
+		
 		this.targetLayoutManager.widthSynchronization();
 		this.sourceLayoutManager.widthSynchronization();
 	}




More information about the richfaces-svn-commits mailing list