Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025217Openbravo ERPA. Platformpublic2013-11-26 15:032013-11-28 19:57
AugustoMauch 
AugustoMauch 
immediatecriticalhave not tried
closedfixed 
5
 
3.0MP303.0MP30 
shankarb
Core
Production - QA Approved
2013-09-16
https://code.openbravo.com/erp/devel/pi/rev/61b572f92df4 [^]
No
0025217: When using tab to save a new record in the grid, the focus does not go to the next record
When the users presses the tab key in the last editable column of a grid record, one of these action should take place:
- If there are records below the record being edited, the focus goes to the next one
- If there are not any records below the record being edited, a new record is created.

This is now working for new records.
- Open Unit of Measure
- Create a new record in the grid
- Enter the EDI Code, press tab.
- Enter the name, press tab. The focus should go to the next record, or a new record should have been created if there were none below the new record.
No tags attached.
related to defect 0041016 closed caristu creating new record in grid, empty record generated if clicking line while retrieving defaults 
Issue History
2013-11-26 15:03AugustoMauchNew Issue
2013-11-26 15:03AugustoMauchAssigned To => AugustoMauch
2013-11-26 15:03AugustoMauchModules => Core
2013-11-26 15:03AugustoMauchTriggers an Emergency Pack => No
2013-11-26 15:04AugustoMauchRegression level => Production - QA Approved
2013-11-26 15:04AugustoMauchRegression date => 2013-09-16
2013-11-26 15:04AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/61b572f92df4 [^]
2013-11-26 15:04AugustoMauchIssue Monitored: shankarb
2013-11-26 15:04AugustoMauchReview Assigned To => shankarb
2013-11-26 15:08AugustoMauchNote Added: 0062380
2013-11-26 15:08AugustoMauchStatusnew => scheduled
2013-11-26 15:08AugustoMauchfix_in_branch => pi
2013-11-26 15:08AugustoMauchStatusscheduled => resolved
2013-11-26 15:08AugustoMauchFixed in Version => 3.0MP30
2013-11-26 15:08AugustoMauchFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1616c18c7e27e68e93b894b8f83f70e84255e67c [^]
2013-11-26 15:08AugustoMauchResolutionopen => fixed
2013-11-26 16:12shankarbNote Added: 0062382
2013-11-26 16:12shankarbStatusresolved => closed
2013-11-27 09:00sureshbabuNote Added: 0062393
2013-11-27 09:00sureshbabuStatusclosed => new
2013-11-27 09:00sureshbabuResolutionfixed => open
2013-11-27 09:00sureshbabuFixed in Version3.0MP30 =>
2013-11-27 11:49hgbotCheckin
2013-11-27 11:49hgbotNote Added: 0062404
2013-11-27 11:49hgbotStatusnew => resolved
2013-11-27 11:49hgbotResolutionopen => fixed
2013-11-27 11:49hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/1616c18c7e27e68e93b894b8f83f70e84255e67c [^] => http://code.openbravo.com/erp/devel/pi/rev/37745290efe5383b3497e0c0be04b5f2e4fb04c7 [^]
2013-11-27 11:55shankarbNote Added: 0062406
2013-11-27 11:55shankarbStatusresolved => closed
2013-11-27 11:55shankarbFixed in Version => 3.0MP30
2013-11-28 19:57hudsonbotCheckin
2013-11-28 19:57hudsonbotNote Added: 0062465
2019-06-07 12:07caristuRelationship addedrelated to 0041016

Notes
(0062380)
AugustoMauch   
2013-11-26 15:08   
Repository: erp/devel/pi
Changeset: 1616c18c7e27e68e93b894b8f83f70e84255e67c
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Nov 26 15:05:49 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1616c18c7e27e68e93b894b8f83f70e84255e67c [^] [^]

Fixes issue 25214: A new record is created after tabbing out of a new grid record

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
(0062382)
shankarb   
2013-11-26 16:12   
Code reviewed and verified in pi changeset 1616c18c7e27.
(0062393)
sureshbabu   
2013-11-27 09:00   
When we create a new record in child tab (Sales order window -- Lines tab), still the issue appears in child tab. But the fix working fine for Header tab scenario.
(0062404)
hgbot   
2013-11-27 11:49   
Repository: erp/devel/pi
Changeset: 37745290efe5383b3497e0c0be04b5f2e4fb04c7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Nov 27 11:48:07 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/37745290efe5383b3497e0c0be04b5f2e4fb04c7 [^]

Fixes issue 25217: New record is created after tabbing out of a new grid record

There was a case that was not being considered: Tabbing out of the last column in the grid, being this column a dynamic column (changing it triggers a call to the FIC), but without having changed it.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0062406)
shankarb   
2013-11-27 11:55   
Code reviewed and verified in pi changeset cb5135960c66.
(0062465)
hudsonbot   
2013-11-28 19:57   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ce703e5082ac [^]

Maturity status: Test