Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022073 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | trivial | always | 2012-10-23 13:39 | 2013-04-16 19:18 | |||
Reporter | sureshbabu | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | low | Resolution | fixed | Fixed in Version | 3.0MP23 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d36079a788dd | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0MP13 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | No | |||||||
Web browser | Google Chrome | |||||||
Modules | User Interface Application | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022073: [Reliability] Tab Focus not properly set in purchase invoice, header tab in grid view. | |||||||
Description | Tab Focus not properly set in purchase invoice, header tab in grid view. steps to reproduce: 1) Navigate to Purchase invoice 2) In grid view,click Ctrl + i to create a new row. 3) Then select the BP, after selecting the BP, Press enter key. 4) New row will be inserted, One can find, the new record will be editable mode, but the tab focus not set, one has to enter the tab key to bring the focus to the record found this issue in Mp13 and Mp14 | |||||||
Steps To Reproduce | Tab Focus not properly set in purchase invoice, header tab in grid view. steps to reproduce: 1) Navigate to Purchase invoice 2) In grid view,click Ctrl + i to create a new row. 3) Then select the BP, after selecting the BP, Press enter key. 4) New row will be inserted, One can find, the new record will be editable mode, but the tab focus not set, one has to enter the tab key to bring the focus to the record found this issue in Mp13 and Mp14 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0057824) hgbot (developer) 2013-04-10 11:11 |
Repository: erp/devel/pi Changeset: d36079a788dd7901deaf21d2b33136b9ab415d03 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Apr 10 11:05:37 2013 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/d36079a788dd7901deaf21d2b33136b9ab415d03 [^] Fixes issue 22246, fixes issue 22073: Prevents false validation error When a new line is created while another line is being edited, the function hideInlineEditor of ob-view-grid is called. In this method the values of the form are cleared. The root cause of this problem is that even though the values of the fields are cleared, the property _editorEnterValue of selectors and fk items is not cleared. This results that the value of those fields is different than the value of its _editorEnterValue property, so the validation is done, and in this particular case it fails because the field is mandatory and its value is null. This has been fixed by clearing the _editorEnterValue property of selectors and fk fields when their values are being cleared. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk.js M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
(0057877) shankarb (viewer) 2013-04-14 15:18 |
Code reviewed and tested in pi changest af8bd60362ce |
(0057956) hudsonbot (viewer) 2013-04-16 19:18 |
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/8df08bea850d [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2012-10-23 13:39 | sureshbabu | New Issue | |
2012-10-23 13:39 | sureshbabu | Assigned To | => dbaz |
2012-10-23 13:39 | sureshbabu | Web browser | => Google Chrome |
2012-10-23 13:39 | sureshbabu | Modules | => User Interface Application |
2012-10-23 13:39 | sureshbabu | OBNetwork customer | => No |
2013-04-10 11:09 | AugustoMauch | Assigned To | dbaz => AugustoMauch |
2013-04-10 11:09 | AugustoMauch | Issue Monitored: shankarb | |
2013-04-10 11:10 | AugustoMauch | Review Assigned To | => shankarb |
2013-04-10 11:10 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2013-04-10 11:10 | AugustoMauch | Triggers an Emergency Pack | => No |
2013-04-10 11:11 | hgbot | Checkin | |
2013-04-10 11:11 | hgbot | Note Added: 0057824 | |
2013-04-10 11:11 | hgbot | Status | new => resolved |
2013-04-10 11:11 | hgbot | Resolution | open => fixed |
2013-04-10 11:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d36079a788dd7901deaf21d2b33136b9ab415d03 [^] |
2013-04-14 15:18 | shankarb | Note Added: 0057877 | |
2013-04-14 15:18 | shankarb | Status | resolved => closed |
2013-04-14 15:18 | shankarb | Fixed in Version | => 3.0MP23 |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057956 |
Copyright © 2000 - 2009 MantisBT Group |