details:   https://code.openbravo.com/erp/devel/pi/rev/2fe7a6f9618c
changeset: 19794:2fe7a6f9618c
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Tue Feb 26 09:00:10 2013 +0530
summary:   Fixes Issue 0023158, Related to Issue 23056 : Backout changeset 
1eec3c95b1fd

Backout fix for the Issue 23056 because it causes regression 23158.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
 |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 7a7aac0d8227 -r 2fe7a6f9618c 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Mon Feb 25 16:54:50 2013 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Tue Feb 26 09:00:10 2013 +0530
@@ -48,7 +48,6 @@
     if (this.form.setTextualValue) {
       this.form.setTextualValue(this.name, this.getEnteredValue(), 
this.typeInstance);
     }
-    this.focusNumberInput();
     this.Super('changed', arguments);
   },
 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to