Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011638Openbravo ERPB. User interfacepublic2009-12-04 08:032009-12-15 11:49
anandan 
anandan 
normalminoralways
closedfixed 
20ubuntu 9.10
pi 
2.50MP10 
No
Core
No
0011638: Cancel Button getting truncated in Filter Window
The Cancel button getting truncated in Filter Window.

When I try to add extra filter columns for the windows / tables like date field and description field. The filter window shows all the fields but the Cancel Button gets truncated.

This issue is already exists in "Message Filter Window" - Application Dictionary || Message || Message.

Attached the screen shot.
Below is the steps to see that Cancel Button truncation

(1) Log into Openbravo ERP as a System Administrator.
(2) Click on Message menu from the Application Dictionary
(3) Click on Filter button. It will pop up the Filter Window.

Notice that the Cancel button has slightly truncated.
Reason Behind on this Issue:
----------------------------
(1) The table has 4 column to display the label, fields and buttons for this filter window.

(2) It is designed such that 1st column will have label, 2nd column will have field, 3rd column will have once again label and finally the 4th column will have field.

(3) When the 3rd column will display the label text like "To" which is very small length so the "Cancel" button getting truncated because it is displayed at 3rd Column.

Fix:
----
The cancel button <tr> tag has 4 no(s) of <td> tag in that final <td> tag is empty one. So I have removed the last empty tag and used the attribute of colspan="2" in the third <td> tag. Hence the Cancel button is displaying properly.
No tags attached.
png Cancel_Button_truncate_issue.png (86,812) 2009-12-04 08:03
https://issues.openbravo.com/file_download.php?file_id=2019&type=bug
png
Issue History
2009-12-04 08:03anandanNew Issue
2009-12-04 08:03anandanAssigned To => rafaroda
2009-12-04 08:03anandanFile Added: Cancel_Button_truncate_issue.png
2009-12-04 08:32sureshbabuOBNetwork customer => No
2009-12-04 08:32sureshbabuOS5 => 20
2009-12-04 08:32sureshbabuOS Version => ubuntu 9.10
2009-12-04 08:32sureshbabuversion => pi
2009-12-07 08:01anandanAssigned Torafaroda => anandan
2009-12-07 08:01anandanStatusnew => scheduled
2009-12-07 12:41hgbotCheckin
2009-12-07 12:41hgbotNote Added: 0022474
2009-12-07 12:41hgbotStatusscheduled => resolved
2009-12-07 12:41hgbotResolutionopen => fixed
2009-12-07 12:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3f809a9a8f47ee4a5267e67cfd398e7c83692c60 [^]
2009-12-09 07:01sureshbabuNote Added: 0022553
2009-12-09 07:01sureshbabuStatusresolved => closed
2009-12-09 07:01sureshbabuFixed in Version => 2.50MP10
2009-12-10 00:00anonymoussf_bug_id0 => 2911683
2009-12-14 12:45hgbotCheckin
2009-12-14 12:45hgbotNote Added: 0022747
2009-12-14 12:45hgbotStatusclosed => resolved
2009-12-14 12:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3f809a9a8f47ee4a5267e67cfd398e7c83692c60 [^] => http://code.openbravo.com/erp/devel/pi/rev/700d6e6740321420bba1314b5ba0c3bcf3631c79 [^]
2009-12-15 08:58hudsonbotCheckin
2009-12-15 08:58hudsonbotNote Added: 0022798
2009-12-15 11:49arunkumarNote Added: 0022823
2009-12-15 11:49arunkumarStatusresolved => closed

Notes
(0022474)
hgbot   
2009-12-07 12:41   
Repository: erp/devel/pi
Changeset: 3f809a9a8f47ee4a5267e67cfd398e7c83692c60
Author: Anandan Narasimachari Monnin <anandan.monnin <at> openbravo.com>
Date: Mon Dec 07 17:11:02 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/3f809a9a8f47ee4a5267e67cfd398e7c83692c60 [^]

Fixes Bug 11638 Cancel Button getting truncated in Filter Window

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.html
---
(0022553)
sureshbabu   
2009-12-09 07:01   
Tested, cancel button completely visible now
(0022747)
hgbot   
2009-12-14 12:45   
Repository: erp/devel/pi
Changeset: 700d6e6740321420bba1314b5ba0c3bcf3631c79
Author: Anandan Narasimachari Monnin <anandan.monnin <at> openbravo.com>
Date: Mon Dec 07 12:32:38 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/700d6e6740321420bba1314b5ba0c3bcf3631c79 [^]

Fixes Bug 11638 Cancel Button getting truncated in Filter Window

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.html
---
(0022798)
hudsonbot   
2009-12-15 08:58   
---
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/d8660a4ab9a7 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15731.obx [^]
---
(0022823)
arunkumar   
2009-12-15 11:49   
Tested & Working fine