Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009739Openbravo ERPZ. Otherspublic2009-07-01 15:372009-10-08 00:00
plujan 
dbaz 
urgentminorhave not tried
closedfixed 
5
pi 
 
Core
No
0009739: Message banners have a look and feel issue when using Firefox 3.5
Using Firefox 3.5, you will see that message banners, like "Process Completed Successfully", "1 row(s) added", etc. have a problem in the borders. See attach.
Using Firefox 3.5, go to any window and generate a banner:
*Create a new record
*Modify an existent record
*Try to save with blank in mandatory fields
etc.
No tags attached.
depends on backport 00097682.40 closed rafaroda Message banners have a look and feel issue when using Firefox 3.5 
related to defect 00127102.50MP17 closed adrianromero Multi-browser support UI considerations 
png Firefox3.5.PNG (13,156) 2009-07-01 15:37
https://issues.openbravo.com/file_download.php?file_id=1506&type=bug
png
Issue History
2009-07-01 15:37plujanNew Issue
2009-07-01 15:37plujanAssigned To => dbaz
2009-07-01 15:37plujanFile Added: Firefox3.5.PNG
2009-07-01 17:25plujanNote Added: 0017741
2009-07-05 23:53iciordiaPrioritynormal => urgent
2009-07-06 01:06dbazIssue cloned0009768
2009-07-06 01:06dbazStatusnew => acknowledged
2009-07-06 01:06dbazStatusacknowledged => scheduled
2009-07-06 01:06dbazfix_in_branch => pi
2009-07-06 01:07dbazRelationship addeddepends on 0009768
2009-07-06 01:25dbazNote Added: 0017909
2009-07-12 22:40hgbotCheckin
2009-07-12 22:40hgbotNote Added: 0018127
2009-07-12 22:40hgbotStatusscheduled => resolved
2009-07-12 22:40hgbotResolutionopen => fixed
2009-07-12 22:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9fcd30a304846748d4383da6f3754d473187d3da [^]
2009-07-12 22:47dbazAssigned Todbaz => rafaroda
2009-07-12 22:47dbazStatusresolved => new
2009-07-12 22:47dbazResolutionfixed => open
2009-07-12 22:47dbazNote Added: 0018129
2009-07-12 22:48dbazNote Added: 0018131
2009-07-20 23:17psarobeStatusnew => scheduled
2009-09-29 13:00dbazAssigned Torafaroda => dbaz
2009-09-29 13:01hgbotCheckin
2009-09-29 13:01hgbotNote Added: 0020451
2009-09-29 13:01hgbotStatusscheduled => resolved
2009-09-29 13:01hgbotResolutionopen => fixed
2009-09-29 13:01hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/9fcd30a304846748d4383da6f3754d473187d3da [^] => http://code.openbravo.com/erp/devel/pi/rev/c8c53df2650c6f5b1f29ffdce039a55f3a3be776 [^]
2009-10-07 15:39plujanStatusresolved => closed
2009-10-08 00:00anonymoussf_bug_id0 => 2874358
2010-04-21 15:59adrianromeroRelationship addedrelated to 0012710

Notes
(0017741)
plujan   
2009-07-01 17:25   
According to Openbravo current policy, this issue should be backported to 2.40 but *not* backported to 2.35
(0017909)
dbaz   
2009-07-06 01:25   
The html code of the message box should be changed. This code is present in each html... so a massive change of manual windows is required.
(0018127)
hgbot   
2009-07-12 22:40   
Repository: erp/devel/pi
Changeset: 9fcd30a304846748d4383da6f3754d473187d3da
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun Jul 12 22:06:34 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9fcd30a304846748d4383da6f3754d473187d3da [^]

Fixed bug 9739: Changed MessageBox html code in wad iwndows

---
M src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
M src-wad/src/org/openbravo/wad/Template_ActionButton.html
M src-wad/src/org/openbravo/wad/Template_Edition.html
M src-wad/src/org/openbravo/wad/Template_Relation.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
---
(0018129)
dbaz   
2009-07-12 22:47   
The first commit made by me has changed just WAD windows. You should re-assign the bug to someone (out of Platform) which should change all manual htmls inside "src" folder.

Almost all htmls inside "src" folder have message box and they should be changed carefully one by one.

You can see the changes in the following diff. When change it in manual html be careful with the tab spaces (do it accordingly each case)

@@ -aaa,a +bbb,bb @@
                 <table cellpadding="0" cellspacing="0" style="width: 100%;">
                   <tbody>
                   <tr>
- <td>
- <div class="MessageBox_TopLeft"></div>
- <div class="MessageBox_Left"></div>
+ <td class="MessageBox_LeftTrans">
+ <table style="width: 100%; height: 100%" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td class="MessageBox_TopLeft"></td>
+ </tr>
+ <tr>
+ <td class="MessageBox_Left"></td>
+ </tr>
+ </tbody>
+ </table>
                     </td>
                     <td class="MessageBox_bg">
                       <table class="MessageBox_Top">
@@ -xxx,x +yyy,yy @@
                       </table>
                     </td>
                     <td class="MessageBox_RightTrans">
- <div class="MessageBox_TopRight"></div>
- <div class="MessageBox_Right"></div>
+ <table style="width: 100%; height: 100%" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td class="MessageBox_TopRight"></td>
+ </tr>
+ <tr>
+ <td class="MessageBox_Right"></td>
+ </tr>
+ </tbody>
+ </table>
                     </td>
                   </tr>
                   <tr>
(0018131)
dbaz   
2009-07-12 22:48   
The diff structure is shown clear at https://code.openbravo.com/erp/devel/pi/raw-rev/9fcd30a30484 [^]
(0020451)
hgbot   
2009-09-29 13:01   
Repository: erp/devel/pi
Changeset: c8c53df2650c6f5b1f29ffdce039a55f3a3be776
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Sep 29 11:46:07 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c8c53df2650c6f5b1f29ffdce039a55f3a3be776 [^]

Fixed issue 9739: Changed all manual html messagebox code in order to run properly in FF35

---
M src/org/openbravo/base/secureApp/Advise.html
M src/org/openbravo/base/secureApp/AdvisePopUp.html
M src/org/openbravo/base/secureApp/AdvisePopUpRefresh.html
M src/org/openbravo/base/secureApp/Error.html
M src/org/openbravo/base/secureApp/ErrorPopUp.html
M src/org/openbravo/base/secureApp/HtmlErrorLogin.html
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html
M src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
M src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.html
M src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
M src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.html
M src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
M src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
M src/org/openbravo/erpCommon/ad_forms/CallAcctServer.html
M src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
M src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
M src/org/openbravo/erpCommon/ad_forms/FileImport.html
M src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
M src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
M src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
M src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
M src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementActivateLocal.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementActivateOnline.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html
M src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.html
M src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementAdd.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementHistory.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementInstalled.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_ErrorCommercial.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallLocal.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP2.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP4.html
M src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
M src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
M src/org/openbravo/erpCommon/ad_forms/Resultado.html
M src/org/openbravo/erpCommon/ad_forms/Role.html
M src/org/openbravo/erpCommon/ad_forms/SQLExecutor.html
M src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.html
M src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
M src/org/openbravo/erpCommon/ad_forms/Translation.html
M src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData.html
M src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
M src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
M src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
M src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
M src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
M src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.html
M src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
M src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.html
M src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
M src/org/openbravo/erpCommon/ad_process/DeleteClient.html
M src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
M src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
M src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
M src/org/openbravo/erpCommon/ad_process/PrintInvoices.html
M src/org/openbravo/erpCommon/ad_process/RegisterModule.html
M src/org/openbravo/erpCommon/ad_process/SendMailText.html
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
M src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
M src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
M src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
M src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.html
M src/org/openbravo/erpCommon/ad_reports/ReportBank.html
M src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
M src/org/openbravo/erpCommon/ad_reports/ReportCash.html
M src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
M src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.html
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
M src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
M src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.html
M src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportInventory.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
M src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
M src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
M src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.html
M src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
M src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
M src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
M src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
M src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
M src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProgress.html
M src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
M src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
M src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.html
M src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.html
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.html
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
M src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
M src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.html
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.html
M src/org/openbravo/erpCommon/businessUtility/Buscador.html
M src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
M src/org/openbravo/erpCommon/utility/PoolStatus.html
M src/org/openbravo/erpCommon/utility/SetPriority.html
M src/org/openbravo/erpCommon/utility/UsedByLink.html
M src/org/openbravo/erpCommon/utility/WindowTree.html
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintOptions.html
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintStatus.html
M src/org/openbravo/erpReports/ReportPaymentFilter.html
M src/org/openbravo/erpReports/ReportRegisterFilter.html
---