Author: vmolotkov
Date: 2007-11-22 12:13:46 -0500 (Thu, 22 Nov 2007)
New Revision: 4201
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js
Log:
js files was corrected
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2007-11-22
17:11:23 UTC (rev 4200)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2007-11-22
17:13:46 UTC (rev 4201)
@@ -128,8 +128,6 @@
Richfaces.SelectItems.doActive(this.activeItem);
- this.saveState();
- //this.controlListManager();
this.setFocus();
}
},
@@ -153,9 +151,8 @@
Event.stop(event);
}
Richfaces.SelectItems.doActive(this.activeItem);
- this.saveState();
break;
- case 32 : this.invertSelection(event); this.saveState(); break; //blank
+ case 32 : this.invertSelection(event); break; //blank
}
},
@@ -180,9 +177,7 @@
this.changeActiveItems(rows[item.rowIndex + 1], item);
}
- this.saveState();
this.autoScrolling(action, event);
- //this.controlListManager();
},
changeActiveItems : function(newItem, item) {
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js 2007-11-22
17:11:23 UTC (rev 4200)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js 2007-11-22
17:13:46 UTC (rev 4201)
@@ -59,7 +59,8 @@
},
moveActiveItem : function(action, event) {
- Richfaces.OrderingList.parentClass.method("moveActiveItem").call(this
,action, event);
+ Richfaces.OrderingList.parentClass.method("moveActiveItem").call(this
,action, event);
+ this.saveState();
this.controlListManager();
},
Show replies by date