Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019923 | Openbravo ERP | B. User interface | public | 2012-02-29 17:26 | 2013-02-01 22:28 |
|
Reporter | dbaz | |
Assigned To | guilleaer | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP20 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0019923: Image type fields should adapt itself to the defined rowspan and colspan |
Description | Image type fields should adapt itself to the defined rowspan and colspan.
Right now they are fixed to colspan=1 and rowspan=2
PD: The solution should be tested in IE, Firefox and Chrome |
Steps To Reproduce | As "Openbravo Admin"
* Go to "Product" window
Here there is an image field. Notice that if you change its colspan and rowspan values using form layoutter (with "Professional" license) or using "Window Tab And Fields" window, the size doesn't change |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019403 | 3.0MP9 | closed | guilleaer | Wrong performance of Rowspan value. | related to | defect | 0022945 | | closed | shankarb | It is not possible to set the colspan and rowspan of an image field from Window, Tabs and Fields. |
|
Attached Files | 19923_imgecomponent.diff (2,287) 2012-09-10 12:20 https://issues.openbravo.com/file_download.php?file_id=5560&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-02-29 17:26 | dbaz | New Issue | |
2012-02-29 17:26 | dbaz | Assigned To | => guilleaer |
2012-02-29 17:26 | dbaz | Modules | => Core |
2012-02-29 17:27 | dbaz | Relationship added | related to 0019403 |
2012-05-08 12:45 | alostale | Type | defect => design defect |
2012-09-10 12:20 | guilleaer | File Added: 19923_imgecomponent.diff | |
2012-09-24 20:49 | AugustoMauch | Note Added: 0052389 | |
2012-09-24 20:49 | AugustoMauch | Priority | high => normal |
2012-09-24 20:49 | AugustoMauch | Status | new => scheduled |
2013-01-29 02:07 | dbaz | Review Assigned To | => AugustoMauch |
2013-01-29 02:07 | dbaz | Triggers an Emergency Pack | => No |
2013-01-29 02:08 | dbaz | Issue Monitored: AugustoMauch | |
2013-01-29 19:33 | hgbot | Checkin | |
2013-01-29 19:33 | hgbot | Note Added: 0055957 | |
2013-01-29 19:33 | hgbot | Status | scheduled => resolved |
2013-01-29 19:33 | hgbot | Resolution | open => fixed |
2013-01-29 19:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b7f8a63e877cdfa745adf1164c2f566daab0ad42 [^] |
2013-01-31 15:10 | AugustoMauch | Note Added: 0056014 | |
2013-01-31 15:10 | AugustoMauch | Status | resolved => closed |
2013-01-31 15:10 | AugustoMauch | Fixed in Version | => 3.0MP20 |
2013-01-31 15:14 | AugustoMauch | Relationship added | related to 0022945 |
2013-02-01 22:28 | hudsonbot | Checkin | |
2013-02-01 22:28 | hudsonbot | Note Added: 0056088 | |
Notes |
|
|
Effort: 3
Impact: low
Plan: mid |
|
|
(0055957)
|
hgbot
|
2013-01-29 19:33
|
|
Repository: erp/devel/pi
Changeset: b7f8a63e877cdfa745adf1164c2f566daab0ad42
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Jan 14 17:17:26 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b7f8a63e877cdfa745adf1164c2f566daab0ad42 [^]
[calendar] Fixed issue 19923: Now the OBImageItem resizes its size
and added 'disabled' and 'readOnly' visualization
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
---
|
|
|
|
Code reviewed and verified in pi@a7dea24ffd6d.
Now it is possible to resize the images using the Form Personalization feature, but not yet defining the rowspan and colspan from Windows, Tabs and Fields. A new issue will be reported to have this functionality. |
|
|
|
|