Notes |
|
(0043808)
|
hgbot
|
2011-12-12 17:44
|
|
Repository: erp/devel/pi
Changeset: d5bf2c4f7e847ab21a40d9f51335752efd02de56
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 12 17:44:10 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d5bf2c4f7e847ab21a40d9f51335752efd02de56 [^]
Fixes issue 19205: Values too tight to the edges in grid
---
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
---
|
|
|
|
|
|
(0044007)
|
dbaz
|
2011-12-22 12:18
|
|
Since there is no flow defined in "Steps to reproduce", I can not reproduce the issue.
BUT, I can do it in a different way, and it is still failing:
* Install the application examples module:
https://code.openbravo.com/erp/mods/org.openbravo.client.application.examples/ [^]
* Go to the sales order header.
You can notice some issues here:
a) The calculated field values are too tight to the left edge
b) The calculated field number font-family is different from the other fonts.
Calculated field font-family: 'lucida sans', sans-serif;
Other columns font-family: arial, sans-serif;
c) If you shrink "ActionField" column, the button is always visible, so next column content is hidden.
d) Scrolling up and down the grid, you can easily broke the "Calculated Field" alignment as you can see in attached [CalculatedFieldAlignment.png]
e) If you edit in grid, the "ActionField" column and the "Calculated Field" column content is centered (related to issue 19311). In fact, the "Calculated Field" content blink and is not visible, unless you move the mouse around the grid very fast. |
|
|
(0044088)
|
rgoris
|
2012-01-02 09:26
|
|
The original issue is solved now on live builds. David, you can choose to keep this issue for the additional problem that you have identified or close this one and add a new one. |
|
|
(0044089)
|
dbaz
|
2012-01-02 09:28
|
|
I spoke with mtaal about new things I have found, so let's keep it. |
|
|
(0045050)
|
hgbot
|
2012-02-12 20:44
|
|
Repository: erp/devel/pi
Changeset: a03579ebb79eedeeee13c8c69addb2dfe9e5cd63
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Feb 12 20:43:46 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a03579ebb79eedeeee13c8c69addb2dfe9e5cd63 [^]
Related to issue 19205: Values too tight to the edges in grid
Align calculated fields to the left also in edit mode
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
(0046891)
|
mtaal
|
2012-03-29 15:59
|
|
Wait for a new version of Smartclient in mp12 |
|
|
|
Effort: 10
Impact: low
Plan: mid |
|