Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020133 | Openbravo ERP | A. Platform | public | 2012-03-28 12:39 | 2012-04-02 12:19 |
|
Reporter | psarobe | |
Assigned To | alostale | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP9 | |
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 | 0020133: Some fields have changed from text area to text field |
Description | At list happens in widgets define as HTML url and in every windows (section note) |
Steps To Reproduce | Go to Sales order window in form view
Open Notes section
The field is a text field instead of a text area |
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | related to | defect | 0019403 | 3.0MP9 | closed | guilleaer | Wrong performance of Rowspan value. | has duplicate | defect | 0020134 | 3.0MP9 | closed | alostale | Small Notes text field |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-28 12:39 | psarobe | New Issue | |
2012-03-28 12:39 | psarobe | Assigned To | => alostale |
2012-03-28 12:39 | psarobe | Modules | => Core |
2012-03-28 12:39 | psarobe | Status | new => scheduled |
2012-03-28 12:39 | psarobe | fix_in_branch | => pi |
2012-03-28 12:39 | psarobe | Tag Attached: Regression QA | |
2012-03-28 12:45 | psarobe | Relationship added | has duplicate 0020134 |
2012-03-28 13:05 | alostale | Note Added: 0046824 | |
2012-03-28 13:21 | alostale | Relationship added | related to 0019403 |
2012-03-28 13:26 | alostale | Note Added: 0046827 | |
2012-03-28 13:27 | hgbot | Checkin | |
2012-03-28 13:27 | hgbot | Note Added: 0046828 | |
2012-03-28 13:27 | hgbot | Status | scheduled => resolved |
2012-03-28 13:27 | hgbot | Resolution | open => fixed |
2012-03-28 13:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f022f458e555e4c3b9965b425f454a031d02ba0f [^] |
2012-03-28 15:04 | guilleaer | Note Added: 0046835 | |
2012-03-28 15:04 | guilleaer | Status | resolved => closed |
2012-03-28 15:04 | guilleaer | Fixed in Version | => 3.0MP10 |
2012-04-01 20:35 | hgbot | Checkin | |
2012-04-01 20:35 | hgbot | Note Added: 0047023 | |
2012-04-01 20:35 | hgbot | Status | closed => resolved |
2012-04-01 20:35 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f022f458e555e4c3b9965b425f454a031d02ba0f [^] => http://code.openbravo.com/erp/devel/pi/rev/41f372e573206e1fb728289e5ee8a1f4527a48e1 [^] |
2012-04-02 06:12 | hudsonbot | Checkin | |
2012-04-02 06:12 | hudsonbot | Note Added: 0047258 | |
2012-04-02 12:18 | gorka_gil | Note Added: 0047302 | |
2012-04-02 12:18 | gorka_gil | Status | resolved => closed |
2012-04-02 12:19 | gorka_gil | Fixed in Version | 3.0MP10 => 3.0MP9 |
2012-04-02 12:19 | gorka_gil | fix_in_branch | pi => |
Notes |
|
|
Issue introduced in fix for 0019403 |
|
|
|
Not risky fix.
Test plan:
-See steps to reproduce defined in 0020134
-Ensure rowSpan stills working: 0019403 |
|
|
(0046828)
|
hgbot
|
2012-03-28 13:27
|
|
Repository: erp/devel/pi
Changeset: f022f458e555e4c3b9965b425f454a031d02ba0f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 28 13:25:08 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f022f458e555e4c3b9965b425f454a031d02ba0f [^]
fixed bug 20133: Small Notes text field
Prior to fix for 0019403 text area items where heigh fixed, not taking into account rowSpan
looking like rowSpan=2. Now, rowSpan is taken into account to display text area height. In case
it is not set it takes a value of 1, making text area without row span to look smaller that before.
This fix defaults row span to 2 in case it is not set, so it looks like it did before 0019403.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
---
|
|
|
|
Code reviewed and tested in pi@14aebcd32052 |
|
|
(0047023)
|
hgbot
|
2012-04-01 20:35
|
|
Repository: erp/devel/pi
Changeset: 41f372e573206e1fb728289e5ee8a1f4527a48e1
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 28 13:25:08 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/41f372e573206e1fb728289e5ee8a1f4527a48e1 [^]
fixed bug 20133: Small Notes text field
Prior to fix for 0019403 text area items where heigh fixed, not taking into account rowSpan
looking like rowSpan=2. Now, rowSpan is taken into account to display text area height. In case
it is not set it takes a value of 1, making text area without row span to look smaller that before.
This fix defaults row span to 2 in case it is not set, so it looks like it did before 0019403.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
---
|
|
|
|
|
|
|
|