Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009768Openbravo ERPZ. Otherspublic2009-07-06 01:062009-10-12 08:34
dbaz 
rafaroda 
urgentminorhave not tried
closedfixed 
5
2.40 
2.402.40MP10 
Core
No
0009768: 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.
blocks defect 0009739 closed dbaz Message banners have a look and feel issue when using Firefox 3.5 
Issue History
2009-07-06 01:06dbazNew Issue
2009-07-06 01:06dbazAssigned To => dbaz
2009-07-06 01:06dbazIssue generated from0009739
2009-07-06 01:07dbazStatusnew => scheduled
2009-07-06 01:07dbazfix_in_branch => pi
2009-07-06 01:07dbazRelationship addedblocks 0009739
2009-07-06 01:08dbazfix_in_branchpi => 2.40
2009-07-12 22:41hgbotCheckin
2009-07-12 22:41hgbotNote Added: 0018128
2009-07-12 22:41hgbotStatusscheduled => resolved
2009-07-12 22:41hgbotResolutionopen => fixed
2009-07-12 22:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/248ab25f5a63ad806cbb0b09026ac7c43f8674f1 [^]
2009-07-12 22:47dbazNote Added: 0018130
2009-07-12 22:49dbazAssigned Todbaz => rafaroda
2009-07-12 22:49dbazStatusresolved => new
2009-07-12 22:49dbazResolutionfixed => open
2009-08-02 19:40psarobeStatusnew => scheduled
2009-08-02 19:40psarobefix_in_branch2.40 => pi
2009-09-11 22:55dbazfix_in_branchpi =>
2009-09-29 19:32hgbotCheckin
2009-09-29 19:32hgbotNote Added: 0020541
2009-09-29 19:32hgbotStatusscheduled => resolved
2009-09-29 19:32hgbotResolutionopen => fixed
2009-09-29 19:32hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/248ab25f5a63ad806cbb0b09026ac7c43f8674f1 [^] => http://code.openbravo.com/erp/stable/2.40/rev/46da346393bb23bc030958c34ac634d193e2616d [^]
2009-10-01 12:44rafarodafix_in_branch => 2.40
2009-10-12 08:34arunkumarStatusresolved => closed
2009-10-12 08:34arunkumarNote Added: 0020930
2009-10-12 08:34arunkumarFixed in Version => 2.40MP10

Notes
(0018128)
hgbot   
2009-07-12 22:41   
Repository: erp/stable/2.40
Changeset: 248ab25f5a63ad806cbb0b09026ac7c43f8674f1
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun Jul 12 22:07:11 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/248ab25f5a63ad806cbb0b09026ac7c43f8674f1 [^]

Fixed bug 9768: Changed MessageBox html code in wad windows

---
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_240.css
---
(0018130)
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>
(0020541)
hgbot   
2009-09-29 19:32   
Repository: erp/stable/2.40
Changeset: 46da346393bb23bc030958c34ac634d193e2616d
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Sep 29 18:16:35 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/46da346393bb23bc030958c34ac634d193e2616d [^]

Fixed issue 9768: 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/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_F1.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/DocAction.html
M src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
M src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.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/BackgroundProcessList.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/InvoiceVendorMultiline.html
M src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.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_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/CashBankOperations.html
M src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
M src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.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/SendMailText.html
M src/org/openbravo/erpCommon/ad_reports/ABCbPartner.html
M src/org/openbravo/erpCommon/ad_reports/ABCproduct.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/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/ReportCashFlow_F1.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/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/ad_reports/Rpt_Etiquetas_Config.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/erpReports/ReportPaymentFilter.html
M src/org/openbravo/erpReports/ReportRegisterFilter.html
---
(0020930)
arunkumar   
2009-10-12 08:34   
Tested & Working fine