Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015020Openbravo ERPA. Platformpublic2010-10-25 17:012010-12-09 16:07
shuehner 
gorkaion 
normalminorhave not tried
closedfixed 
5
 
2.50MP24 
Core
No
0015020: Visual mistake in new Instance purpose popup
in the instance purpose popup there's some padding missing between the comboBox for the purpose and the 'you need to select a purpose' error text.

...
<spanid="noPurposeSelected"class="LabelText"style="color: red;">You must...

what results in WithoutPading.png which is very ugly

If it would be something like

<spanid="noPurposeSelected"class="LabelText"style="color: red; padding-left: 10px;">You must...

it will be nicer (WithPading.png)
No tags attached.
png WithoutPadding.png (72,062) 2010-10-25 17:04
https://issues.openbravo.com/file_download.php?file_id=3283&type=bug
png

png WithPadding.png (51,129) 2010-10-25 17:04
https://issues.openbravo.com/file_download.php?file_id=3284&type=bug
png
Issue History
2010-10-25 17:01shuehnerNew Issue
2010-10-25 17:01shuehnerAssigned To => gorkaion
2010-10-25 17:04shuehnerFile Added: WithoutPadding.png
2010-10-25 17:04shuehnerFile Added: WithPadding.png
2010-10-26 17:01shuehnerTarget Version => 2.50MP24
2010-10-27 12:03hgbotCheckin
2010-10-27 12:03hgbotNote Added: 0032251
2010-10-27 12:03hgbotStatusnew => resolved
2010-10-27 12:03hgbotResolutionopen => fixed
2010-10-27 12:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e7412260acf2308edf4b981e1bef730b28464637 [^]
2010-11-05 12:44hudsonbotCheckin
2010-11-05 12:44hudsonbotNote Added: 0032425
2010-11-12 16:52shuehnerNote Added: 0032596
2010-11-12 16:52shuehnerStatusresolved => closed
2010-12-09 16:07anonymoussf_bug_id0 => 3133531

Notes
(0032251)
hgbot   
2010-10-27 12:03   
Repository: erp/devel/pi
Changeset: e7412260acf2308edf4b981e1bef730b28464637
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed Oct 27 11:59:20 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e7412260acf2308edf4b981e1bef730b28464637 [^]

Fixed issue 15020.Added left padding to text.

---
M src/org/openbravo/erpCommon/ad_forms/InstancePurpose.html
---
(0032425)
hudsonbot   
2010-11-05 12:44   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/e7412260acf2 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/f2cf138fa03c [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18797.obx [^]
(0032596)
shuehner   
2010-11-12 16:52   
Test on pi/pgsql with ff,ie,chromium: working fine