details:   https://code.openbravo.com/erp/devel/pi/rev/6abe3901cda8
changeset: 15436:6abe3901cda8
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Fri Feb 10 22:17:13 2012 +0100
summary:   Fixes issue 19710: Can't tab through the filtereditor fields

diffstat:

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

diffs (13 lines):

diff -r 77bd40529a88 -r 6abe3901cda8 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Fri Feb 10 22:14:02 2012 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Fri Feb 10 22:17:13 2012 +0100
@@ -110,9 +110,6 @@
   filterFieldsKeyDown: function(item, form, keyName) {
     var response = OB.KeyboardManager.Shortcuts.monitor('OBGrid.filter');
     if (response !== false) {
-      if (isc.EventHandler.getKeyName() === 'Tab' && 
!isc.EventHandler.ctrlKeyDown() && !isc.EventHandler.altKeyDown()) {
-        return false; // To avoid strange double field jump while pressing Tab 
Key
-      }
       response = this.Super('filterFieldsKeyDown', arguments);
     }
     return response;

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to