Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008762Openbravo ERPB. User interfacepublic2009-04-24 17:032009-05-05 00:00
rafaroda 
alostale 
immediatemajoralways
closedfixed 
20Ubuntu 7.10
pi 
2.50MP1 
Core
No
0008762: Odd labels appearing non-aligned and without field
Odd labels are appearing non-aligned and without field
1) Go to Sales Management || Transactions || Goods Shipment

See Freight Currency and Trx Organization labels flying around (see attached image).
250MP1
related to defect 0006825 closed alostale Clicking on Sales Representative in Sales Invoice fails when field is not empty 
png Alignment.png (85,963) 2009-04-24 17:03
https://issues.openbravo.com/file_download.php?file_id=1222&type=bug
png
Issue History
2009-04-24 17:03rafarodaNew Issue
2009-04-24 17:03rafarodaAssigned To => dbaz
2009-04-24 17:03rafarodaFile Added: Alignment.png
2009-04-24 17:03rafarodaRegression testing => No
2009-04-24 17:06rafarodaTag Attached: 250MP1
2009-04-24 18:34dbazNote Added: 0015723
2009-04-24 18:34dbazAssigned Todbaz => alostale
2009-04-27 09:33rafarodaPriorityhigh => immediate
2009-04-27 09:33rafarodaStatusnew => scheduled
2009-04-27 09:37alostaleRelationship addedrelated to 0006825
2009-04-27 09:37alostaleNote Added: 0015746
2009-04-27 09:51alostaleNote Added: 0015749
2009-04-27 09:53hgbotCheckin
2009-04-27 09:53hgbotNote Added: 0015750
2009-04-27 09:53hgbotStatusscheduled => resolved
2009-04-27 09:53hgbotResolutionopen => fixed
2009-04-27 09:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3ff7cee01be63059e31e0a8b6c72d2aa4f9c0eaf [^]
2009-05-04 19:29psarobeStatusresolved => closed
2009-05-05 00:00anonymoussf_bug_id0 => 2786924

Notes
(0015723)
dbaz   
2009-04-24 18:34   
Viewing the code, in "Freight Currency" it seems to be a problem with Display Logic, that hide the field but not the label

In the case of Trx Organization" the case is more weird. The html code is <td id="AD_OrgTrx_ID_lbl_td" class="TitleCell_Nothing"> for the label and <td id="AD_OrgTrx_ID_inp_td" class="Combo_ContentCell_Nothing" colspan="3">. _Nothing classes doesn't exist.
(0015746)
alostale   
2009-04-27 09:37   
This bug appeared after fixing 0006825
(0015749)
alostale   
2009-04-27 09:51   
It is happening for all columns that link another column with a different name, and are hidden by a display logic:
example: m_inout.Freight_Currency_ID links to C_Currency.C_Currency_ID
(0015750)
hgbot   
2009-04-27 09:53   
Repository: erp/devel/pi
Changeset: 3ff7cee01be63059e31e0a8b6c72d2aa4f9c0eaf
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 27 09:52:11 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3ff7cee01be63059e31e0a8b6c72d2aa4f9c0eaf [^]

fixed bug 0008762: Odd labels appearing non-aligned and without field

---
M src-wad/src/org/openbravo/wad/controls/WADControl.java
---