Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020482Openbravo ERPA. Platformpublic2012-05-13 22:442012-05-25 12:11
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
3.0MP123.0MP12 
Core
No
0020482: Tab does not move focus in grid editing if a field has a FIC call
In grid editing when a field participates in callouts then when changing the value and tabbing out of the field does not move the focus, the focus remains in the field
Goto sales invoice header
Create/save a new header and a new line
In grid mode, do inline grid editing for the line
Change the quantity and tab
The focus does not move to the next field
No tags attached.
Issue History
2012-05-13 22:44mtaalNew Issue
2012-05-13 22:44mtaalAssigned To => mtaal
2012-05-13 22:44mtaalModules => Core
2012-05-13 22:53hgbotCheckin
2012-05-13 22:53hgbotNote Added: 0048600
2012-05-13 22:53hgbotStatusnew => resolved
2012-05-13 22:53hgbotResolutionopen => fixed
2012-05-13 22:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8f6f2842e1f05bde4cd68f5a75ea7bbc20f3580b [^]
2012-05-21 01:15dbazNote Added: 0048790
2012-05-21 01:15dbazStatusresolved => closed
2012-05-21 01:15dbazFixed in Version => 3.0MP12
2012-05-25 12:11hudsonbotCheckin
2012-05-25 12:11hudsonbotNote Added: 0049108

Notes
(0048600)
hgbot   
2012-05-13 22:53   
Repository: erp/devel/pi
Changeset: 8f6f2842e1f05bde4cd68f5a75ea7bbc20f3580b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun May 13 22:53:02 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8f6f2842e1f05bde4cd68f5a75ea7bbc20f3580b [^]

Fixes issue 20482: Tab does not move focus in grid editing if a field has a FIC call
The cell edit call to the smartclient code should be done before the blur, because the
cell edit end call programmatically moves the focus to the next field in case of a tab.
The blur will do a FIC call which forces the focus back into the original field, if it
is not reset by the superclass.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0048790)
dbaz   
2012-05-21 01:15   
Reviewed @ changeset 16586 - 87340d8f38a3
(0049108)
hudsonbot   
2012-05-25 12:11   
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/5401e185a8b0 [^]

Maturity status: Test