Notes |
|
(0065548)
|
dbaz
|
2014-03-27 22:31
|
|
|
|
(0065637)
|
hgbot
|
2014-03-31 22:34
|
|
Repository: erp/devel/pi
Changeset: a0ffafde2f77e0b28e9c3cce9163801954fd4d0b
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Mar 31 22:33:47 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a0ffafde2f77e0b28e9c3cce9163801954fd4d0b [^]
Related to issue 26092: avoid input icons be cropped
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
|
|
|
(0065684)
|
hgbot
|
2014-04-01 21:13
|
|
Repository: erp/devel/pi
Changeset: 003cc8c257f78ff5d5f905ff1048e289b45fbd5d
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 01 21:11:15 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/003cc8c257f78ff5d5f905ff1048e289b45fbd5d [^]
Related to issue 26092: Checkboxes are now always left-aligned in grid view
even after column resizing
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0065685)
|
hgbot
|
2014-04-01 21:14
|
|
Repository: erp/devel/pi
Changeset: c0811054ce65644965eec4eedb478e5da1c75950
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 01 21:13:44 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c0811054ce65644965eec4eedb478e5da1c75950 [^]
Related to issue 26092: inputs are now always centered while editing records in the grid
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0065686)
|
dbaz
|
2014-04-01 21:24
|
|
All the issues have been fixed except "The checkboxes are not aligned vertically".
This issue is due to the way Smartclient now manages checkboxes position.
Anyway, as you can see in the attached "CheckboxVerticalAlignment.png" screenshot, inputs are not vertically aligned (due that the input height minus the grid row height has a odd value) and they were like this also in MP31, so now, the checkbox is aligned with the inputs.
A solution for both vertical alignment problems (checkbox + inputs) could be add (or substract) one pixel to the row heights, but this could break other components like query widgets where the grid just fits the container.
Summarizing: the vertical alignment problem is out of the scope. |
|
|
(0065999)
|
plujan
|
2014-04-02 09:04
|
|
Closed as it was in Resolved for too long |
|
|
(0066064)
|
plujan
|
2014-04-02 12:19
|
|
Reverted as wrongly closed |
|
|
|
|
|
|
|
|
|
|