Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017531 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2011-06-07 11:03 | 2013-10-16 19:47 | |||
Reporter | rgoris | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 1b0163898c82 | ||||
Projection | none | ETA | none | Target Version | 3.0MP4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0017531: Description field with 2 rows looks nasty in grid view | |||||||
Description | In Payment In (among others) if you enter in the description field in the form two rows (so hitting Enter after the first one) then - once back in grid view - it looks funny in grid view, as 1.5 row is displayed. | |||||||
Steps To Reproduce | Payment in grid Look at description field See image | |||||||
Proposed Solution | Only display the first row of the description in the grid. | |||||||
Tags | No tags attached. | |||||||
Attached Files | DenseDescription.PNG [^] (72,550 bytes) 2011-06-07 11:03
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0041051) hgbot (developer) 2011-09-19 09:04 |
Repository: erp/devel/pi Changeset: 1b0163898c822fdc4b0bb0826d5fb1a0fe9244f9 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Mon Sep 19 09:03:36 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/1b0163898c822fdc4b0bb0826d5fb1a0fe9244f9 [^] Fixes issue 17531: Description field with 2 rows looks nasty in grid view Multi-line content is trimmed/substringed at line break --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js --- |
(0041068) hgbot (developer) 2011-09-19 14:06 |
Repository: erp/devel/pi Changeset: 5fc5cf465daa7c4ea4622fb911bf6cb789358bca Author: Martin Taal <martin.taal <at> openbravo.com> Date: Mon Sep 19 14:06:30 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5fc5cf465daa7c4ea4622fb911bf6cb789358bca [^] Related to issue 17531: Description field with 2 rows looks nasty in grid view Added ... to truncated string, prevent truncation for hover --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js --- |
(0041140) rgoris (developer) 2011-09-20 15:13 |
Niiiiice! |
(0041671) hudsonbot (developer) 2011-10-12 01:58 |
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/9bd2b5c2d982 [^] Maturity status: Test |
(0041673) hudsonbot (developer) 2011-10-12 01:58 |
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/9bd2b5c2d982 [^] Maturity status: Test |
(0061672) hgbot (developer) 2013-10-15 10:13 |
Repository: erp/devel/pi Changeset: dc34fa9da48db4ecc9f8649fa3718a4b04ca7fec Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Tue Oct 15 13:39:11 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/dc34fa9da48db4ecc9f8649fa3718a4b04ca7fec [^] Fixes Issue 0024878: Pick and Execute grid does not truncate multple lines texts The fix for this issue is similar to the fix for issue 17531[1]. There the methods formatDisplayValue and cellHoverHTML were applied to ob-view-grid.js. Moved it to ob-grid.js for access to view grid and p&e grids. [1] https://issues.openbravo.com/view.php?id=17531 [^] --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js --- |
(0061753) hudsonbot (developer) 2013-10-16 19:47 |
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/51315988909a [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2011-06-07 11:03 | rgoris | New Issue | |
2011-06-07 11:03 | rgoris | Assigned To | => mtaal |
2011-06-07 11:03 | rgoris | File Added: DenseDescription.PNG | |
2011-06-07 11:03 | rgoris | Modules | => Core |
2011-06-08 10:34 | rgoris | Status | new => scheduled |
2011-06-22 19:26 | dmitry_mezentsev | Target Version | 3.0MP1 => 3.0MP2 |
2011-06-22 20:29 | dmitry_mezentsev | Target Version | 3.0MP2 => 3.0MP3 |
2011-08-31 09:47 | mtaal | Target Version | 3.0MP3 => 3.0MP4 |
2011-09-19 09:04 | hgbot | Checkin | |
2011-09-19 09:04 | hgbot | Note Added: 0041051 | |
2011-09-19 09:04 | hgbot | Status | scheduled => resolved |
2011-09-19 09:04 | hgbot | Resolution | open => fixed |
2011-09-19 09:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1b0163898c822fdc4b0bb0826d5fb1a0fe9244f9 [^] |
2011-09-19 14:06 | hgbot | Checkin | |
2011-09-19 14:06 | hgbot | Note Added: 0041068 | |
2011-09-20 15:13 | rgoris | Note Added: 0041140 | |
2011-09-20 15:13 | rgoris | Status | resolved => closed |
2011-10-12 01:58 | hudsonbot | Checkin | |
2011-10-12 01:58 | hudsonbot | Note Added: 0041671 | |
2011-10-12 01:58 | hudsonbot | Checkin | |
2011-10-12 01:58 | hudsonbot | Note Added: 0041673 | |
2011-12-01 12:01 | alostale | Relationship added | related to 0019114 |
2013-10-15 10:08 | shankarb | Relationship added | related to 0024878 |
2013-10-15 10:13 | hgbot | Checkin | |
2013-10-15 10:13 | hgbot | Note Added: 0061672 | |
2013-10-16 19:47 | hudsonbot | Checkin | |
2013-10-16 19:47 | hudsonbot | Note Added: 0061753 |
Copyright © 2000 - 2009 MantisBT Group |