Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012710Openbravo ERPB. User interfacepublic2010-03-17 15:562010-05-18 12:12
adrianromero 
adrianromero 
highmajoralways
closedfixed 
5
 
2.50MP17 
Core
No
0012710: Multi-browser support UI considerations
Copied DBA mail

In the run of make Openbravo 3.00 compatible with more browsers as
Chrome, Safari, Opera, ... we have included some changes in the actual
2.50 'Default' skin in order to have the same appearance in all browsers.

These changes will come with Openbravo ERP 2.50 MP14 and are documented,
as usual, in http://wiki.openbravo.com/wiki/ERP/2.50/Skin_changes#MP14 [^]

Also an extra change is required in manual code: It is related to the
proper visualization of the MessageBox (without this change the
messagebox of the affected html will display ugly ONLY in the mentioned
unsupported browsers)

So, this changes affects to modules with manual windows and a MessageBox
inside them.

The change is:

This structure:

<table cellpadding="0" cellspacing="0" style="width: 100%;">
<tbody>
<tr>
<td class="MessageBox_LeftTrans">


should be changed by this structure:

<table cellpadding="0" cellspacing="0" class="MessageBox_Container">
<tbody>
<tr>
<td class="MessageBox_LeftTrans">

notice that the change is just replace a hardcoded style by a class.
No tags attached.
related to defect 0009739 closed dbaz Message banners have a look and feel issue when using Firefox 3.5 
Issue History
2010-03-17 15:56adrianromeroNew Issue
2010-03-17 15:56adrianromeroAssigned To => adrianromero
2010-03-17 15:58adrianromeroStatusnew => scheduled
2010-03-17 15:58adrianromerofix_in_branch => pi
2010-04-21 15:59adrianromeroRelationship addedrelated to 0009739
2010-04-23 13:38hgbotCheckin
2010-04-23 13:38hgbotNote Added: 0026629
2010-04-23 13:38hgbotStatusscheduled => resolved
2010-04-23 13:38hgbotResolutionopen => fixed
2010-04-23 13:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.einvoice/rev/cf48dd323aff01760eb639715d13a2a0a9344e1e [^]
2010-04-23 13:39hgbotCheckin
2010-04-23 13:39hgbotNote Added: 0026630
2010-04-23 13:39hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/mods/org.openbravo.module.einvoice/rev/cf48dd323aff01760eb639715d13a2a0a9344e1e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.module.invoiceTaxReportEnhanced/rev/6421bbf57d40f47e23bb4755da477efba615bbff [^]
2010-05-17 11:55adrianromeroStatusresolved => closed
2010-05-18 00:00anonymoussf_bug_id0 => 3002950
2010-05-18 12:12gorka_gilTarget Version2.50MP15 => 2.50MP17

Notes
(0026629)
hgbot   
2010-04-23 13:38   
Repository: erp/mods/org.openbravo.module.einvoice
Changeset: cf48dd323aff01760eb639715d13a2a0a9344e1e
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 13:37:58 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.einvoice/rev/cf48dd323aff01760eb639715d13a2a0a9344e1e [^]

Fixes issue 0012710: Multi-browser support UI considerations

---
M src/org/openbravo/module/einvoice/ad_process/Generate.html
M src/org/openbravo/module/einvoice/ad_process/GenerateAndSend.html
---
(0026630)
hgbot   
2010-04-23 13:39   
Repository: erp/pmods/org.openbravo.module.invoiceTaxReportEnhanced
Changeset: 6421bbf57d40f47e23bb4755da477efba615bbff
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 23 13:39:25 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.invoiceTaxReportEnhanced/rev/6421bbf57d40f47e23bb4755da477efba615bbff [^]

Fixes issue 0012710: Multi-browser support UI considerations

---
M src/org/openbravo/module/invoiceTaxReportEnhanced/ad_reports/OBITRE_InvoiceTaxReport.html
---