Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019176 | Openbravo ERP | A. Platform | public | 2011-11-24 16:04 | 2011-12-01 10:37 |
|
Reporter | rgoris | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019176: Grid editing problem |
Description | When creating lines for a sales order, after having finished the first line, the automatically added second line starts with errors. |
Steps To Reproduce | Create header
Create (in grid) a first line. Enter to finish it, wait for 2nd line to appear.
All in red. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0028469 | 3.0PR15Q2 | closed | AugustoMauch | It is possible to save a masked string with incorrect length in grid view |
|
Attached Files | Grid-problem.PNG (117,821) 2011-11-24 16:04 https://issues.openbravo.com/file_download.php?file_id=4787&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-24 16:04 | rgoris | New Issue | |
2011-11-24 16:04 | rgoris | Assigned To | => mtaal |
2011-11-24 16:04 | rgoris | File Added: Grid-problem.PNG | |
2011-11-24 16:04 | rgoris | Modules | => Core |
2011-11-30 14:31 | hgbot | Checkin | |
2011-11-30 14:31 | hgbot | Note Added: 0043583 | |
2011-11-30 14:31 | hgbot | Status | new => resolved |
2011-11-30 14:31 | hgbot | Resolution | open => fixed |
2011-11-30 14:31 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/75d0f48b96239eaf93fce90f4eb78f039102d432 [^] |
2011-11-30 22:16 | hudsonbot | Checkin | |
2011-11-30 22:16 | hudsonbot | Note Added: 0043614 | |
2011-12-01 10:37 | iperdomo | Note Added: 0043628 | |
2011-12-01 10:37 | iperdomo | Status | resolved => closed |
2014-12-23 12:31 | AugustoMauch | Relationship added | causes 0028469 |
Notes |
|
(0043583)
|
hgbot
|
2011-11-30 14:31
|
|
Repository: erp/devel/pi
Changeset: 75d0f48b96239eaf93fce90f4eb78f039102d432
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Nov 30 14:29:38 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/75d0f48b96239eaf93fce90f4eb78f039102d432 [^]
Fixes issue 19176: Grid editing problem
While the editor form is shown in the grid all kinds of focus/blur events happen together with validation, this results in redraws, the code change prevents the validation and
resulting redraws while the editor is being shown
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
|
|
|
|
Tested in pi @ rev b463f8dbd0d1
From the commit message:
"While the editor form is shown in the grid all kinds of focus/blur events happen together with validation, this results in redraws, the code change prevents the validation and resulting redraws while the editor is being shown"
Using the flag _showingEditor prevents validation and redraws. |
|