Author: vmolotkov
Date: 2007-11-30 09:47:13 -0500 (Fri, 30 Nov 2007)
New Revision: 4390
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
Log:
bug:RF-1463
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-30
14:31:50 UTC (rev 4389)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2007-11-30
14:47:13 UTC (rev 4390)
@@ -43,7 +43,7 @@
this.valueKeeper = $(valueKeeperId);
this.focusKeeper = $(focusKeeperId);
this.focusKeeper.focused = false;
- this.setFocus();
+ //this.setFocus();
this.focusKeeper.observe("keydown", (function(e)
{this.onkeydownHandler(window.event || e)}).bindAsEventListener(this));
this.focusKeeper.observe("blur", function (e)
{this.focusListener(e);}.bindAsEventListener(this));
Show replies by date