Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017055 | Openbravo ERP | A. Platform | public | 2011-05-06 17:39 | 2011-08-08 15:44 |
|
Reporter | mtaal | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017055: Different auto-width settings for yes/no columns in a grid |
Description | Currently yes/no columns are fixed at 50 px even if their title is much longer. For all other fields the column is sized minimally to show the complete title.
The yes/no columns look strange if there is enough horizontal space. Check if the auto fit can be enabled for yes/no columns if there is enough horizontal space available. See this discussion on the sc forum:
http://forums.isomorphic.com/showthread.php?t=16641&goto=newpost [^] |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0017133 | 3.0MP5 | closed | mtaal | There are cases where the grid columns do not take the complete size of the window |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-06 17:39 | mtaal | New Issue | |
2011-05-06 17:39 | mtaal | Assigned To | => mtaal |
2011-05-06 17:39 | mtaal | Modules | => Core |
2011-05-06 17:39 | mtaal | OBNetwork customer | => No |
2011-05-16 08:53 | alostale | Status | new => scheduled |
2011-05-23 13:25 | mtaal | Target Version | 3.0MP0 => 3.0MP1 |
2011-06-22 19:57 | dmitry_mezentsev | Target Version | 3.0MP1 => 3.0MP2 |
2011-07-19 18:03 | hgbot | Checkin | |
2011-07-19 18:03 | hgbot | Note Added: 0039245 | |
2011-07-19 18:03 | hgbot | Status | scheduled => resolved |
2011-07-19 18:03 | hgbot | Resolution | open => fixed |
2011-07-19 18:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0c8febea1999ba36394dfc58c73f6b5c35bbca96 [^] |
2011-08-01 14:20 | hudsonbot | Checkin | |
2011-08-01 14:20 | hudsonbot | Note Added: 0039634 | |
2011-08-08 11:10 | mtaal | Relationship added | related to 0017133 |
2011-08-08 15:44 | shuehner | Note Added: 0040006 | |
2011-08-08 15:44 | shuehner | Status | resolved => closed |
Notes |
|
(0039245)
|
hgbot
|
2011-07-19 18:03
|
|
Repository: erp/devel/pi
Changeset: 0c8febea1999ba36394dfc58c73f6b5c35bbca96
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jul 19 18:00:27 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0c8febea1999ba36394dfc58c73f6b5c35bbca96 [^]
Fixes issue 17055: Different auto-width settings for yes/no columns in a grid
Set a minFieldWidth on the listgrid, the enum field does the same as text field (use display length and hover), the hover now consults the valuemap
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/EnumUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/YesNoUIDefinition.java
---
|
|
|
|
|
|
|
Tested in main (rev id: 5744448753e7). Boolean columns now have slightly bigger default width and also can take up the remaining available if any and their title is long enough (i.e. on module -> dependency tab in grid view). |
|