Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012710
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfacemajoralways2010-03-17 15:562010-05-18 12:12
ReporteradrianromeroView Statuspublic 
Assigned Toadrianromero 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision6421bbf57d40
ProjectionnoneETAnoneTarget Version2.50MP17
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0012710: Multi-browser support UI considerations

DescriptionCopied 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0009739 closeddbaz Message banners have a look and feel issue when using Firefox 3.5 

-  Notes
(0026629)
hgbot (developer)
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 (developer)
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
---

- Issue History
Date Modified Username Field Change
2010-03-17 15:56 adrianromero New Issue
2010-03-17 15:56 adrianromero Assigned To => adrianromero
2010-03-17 15:58 adrianromero Status new => scheduled
2010-03-17 15:58 adrianromero fix_in_branch => pi
2010-04-21 15:59 adrianromero Relationship added related to 0009739
2010-04-23 13:38 hgbot Checkin
2010-04-23 13:38 hgbot Note Added: 0026629
2010-04-23 13:38 hgbot Status scheduled => resolved
2010-04-23 13:38 hgbot Resolution open => fixed
2010-04-23 13:38 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.einvoice/rev/cf48dd323aff01760eb639715d13a2a0a9344e1e [^]
2010-04-23 13:39 hgbot Checkin
2010-04-23 13:39 hgbot Note Added: 0026630
2010-04-23 13:39 hgbot Fixed in SCM revision http://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:55 adrianromero Status resolved => closed
2010-05-18 00:00 anonymous sf_bug_id 0 => 3002950
2010-05-18 12:12 gorka_gil Target Version 2.50MP15 => 2.50MP17


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker