Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027045Openbravo ERP00. Application dictionarypublic2014-07-10 17:342014-08-08 18:53
AugustoMauch 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR14Q33.0PR14Q3 
shankarb
Core
Coding ( Testing )
2014-06-10
pi
https://code.openbravo.com/erp/devel/pi/rev/0e0757204648 [^]
No
0027045: The focus get stuck in date and datetime parameters after being updated manually
In a parameter window, if the user updates manually a date, then it will not be possible to put the focus in any other parameter.

No javascript errors are shown.
As F&B Admin:
- Open Sales Order
- Create a new record in the header
- Create a new line
- Book the order
- Click the Add Payment button
- Modify manually the Payment Date parameter, enter 010114 and tab out of the field. Check that it is not possible to put the focus in any other parameter
No tags attached.
Issue History
2014-07-10 17:34AugustoMauchNew Issue
2014-07-10 17:34AugustoMauchAssigned To => AugustoMauch
2014-07-10 17:34AugustoMauchModules => Core
2014-07-10 17:34AugustoMauchRegression level => Coding ( Testing )
2014-07-10 17:34AugustoMauchRegression date => 2014-06-10
2014-07-10 17:34AugustoMauchRegression introduced in release => pi
2014-07-10 17:34AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/0e0757204648 [^]
2014-07-10 17:34AugustoMauchTriggers an Emergency Pack => No
2014-07-10 17:38AugustoMauchIssue Monitored: shankarb
2014-07-10 17:38AugustoMauchReview Assigned To => shankarb
2014-07-10 17:42hgbotCheckin
2014-07-10 17:42hgbotNote Added: 0068579
2014-07-10 17:42hgbotStatusnew => resolved
2014-07-10 17:42hgbotResolutionopen => fixed
2014-07-10 17:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8b0eab71cd093bb9acec568d6ea04a8b0f09e624 [^]
2014-07-11 05:29shankarbNote Added: 0068584
2014-07-11 05:29shankarbStatusresolved => closed
2014-07-11 05:29shankarbFixed in Version => PR14Q3
2014-08-08 18:53hudsonbotCheckin
2014-08-08 18:53hudsonbotNote Added: 0069150

Notes
(0068579)
hgbot   
2014-07-10 17:42   
Repository: erp/devel/pi
Changeset: 8b0eab71cd093bb9acec568d6ea04a8b0f09e624
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Jul 10 17:38:04 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8b0eab71cd093bb9acec568d6ea04a8b0f09e624 [^]

Fixes issue 27045: The focus get stuck in date parameters after being updated

The problem was that if the form was redrawn in the handleItemChange function just after updating a date parameter, the redraw resulted in the date parameter being focused again. This is fixed by invoking markForRedraw instead of redraw for these parameters.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-form.js
---
(0068584)
shankarb   
2014-07-11 05:29   
Code reviewed and verified in pi changeset 8b0eab71cd09
(0069150)
hudsonbot   
2014-08-08 18:53   
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/4450016dee64 [^]
Maturity status: Test