Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012710 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | major | always | 2010-03-17 15:56 | 2010-05-18 12:12 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 6421bbf57d40 | |||
Projection | none | ETA | none | Target Version | 2.50MP17 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012710: Multi-browser support UI considerations | |||||||
Description | 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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(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 --- |
![]() |
|||
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:56 | adrianromero | OBNetwork customer | => No |
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 |