Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028888Openbravo ERPA. Platformpublic2015-02-06 15:112017-05-29 13:44
caristu 
Triage Finance 
highminoralways
acknowledgedopen 
5
pi 
 
Core
No
0028888: In Add Payment window, tab key is not working properly sometimes in the GL Items grid
In Add Payment window, tab key is not working properly sometimes in the GL Items grid
1) Go to the [Payment In] window
2) Expand the GL Items section, and click on the Add New link
3) In the new record inserted in the grid, click on the "Received In" field
4) Press tab, instead of moving the focus to the "Paid Out" field, the record is inserted
No tags attached.
related to defect 0028965 closed markmm82 Error in "Add details" pop-up using tab key 
related to defect 0029133 closed dbaz In Add Details process, there is a JS error when the focus is changed in new records 
Issue History
2015-02-06 15:11caristuNew Issue
2015-02-06 15:11caristuAssigned To => AugustoMauch
2015-02-06 15:11caristuModules => Core
2015-02-06 15:11caristuResolution time => 1426114800
2015-02-06 15:11caristuTriggers an Emergency Pack => No
2015-02-06 15:11caristuNote Added: 0074255
2015-02-18 10:30alostaleAssigned ToAugustoMauch => dbaz
2015-02-23 08:48alostaleStatusnew => acknowledged
2015-03-04 18:47dbazRelationship addedrelated to 0029133
2015-03-04 18:56dbazNote Added: 0075176
2015-03-04 19:00caristuAssigned Todbaz => Sandrahuguet
2015-03-30 18:21eduardo_ArgalTarget Version3.0PR15Q2 => 3.0PR15Q3
2015-04-28 16:45ngarciaRelationship addedrelated to 0028965
2015-06-10 17:10vmromanosTarget Version3.0PR15Q3 =>
2017-01-09 12:38maiteResolution time1426114800 =>
2017-05-29 13:44SandrahuguetAssigned ToSandrahuguet => Triage Finance

Notes
(0074255)
caristu   
2015-02-06 15:11   
To be decided if this a platform issue or a functional one
(0075176)
dbaz   
2015-03-04 18:56   
The trace of the error is the following:

https://code.openbravo.com/erp/devel/pi/file/39f3bed2ed0e/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js#l794 [^]

https://code.openbravo.com/erp/devel/pi/file/39f3bed2ed0e/modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js#l692 [^]

https://code.openbravo.com/erp/devel/pi/file/39f3bed2ed0e/modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js#l652 [^]

so it seems that there is a functional code that saves the grid record, and since the record is a new one the edition is closed (to be able to save the record)