Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009739 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2009-07-01 15:37 | 2009-10-08 00:00 | |||
Reporter | plujan | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | c8c53df2650c | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | 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 | 0009739: Message banners have a look and feel issue when using Firefox 3.5 | |||||||
Description | 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. | |||||||
Steps To Reproduce | 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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0017741) plujan (viewer) 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 (viewer) 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 (developer) 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 (viewer) 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 (viewer) 2009-07-12 22:48 |
The diff structure is shown clear at https://code.openbravo.com/erp/devel/pi/raw-rev/9fcd30a30484 [^] |
(0020451) hgbot (developer) 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 --- |
![]() |
|||
Date Modified | Username | Field | Change |
2009-07-01 15:37 | plujan | New Issue | |
2009-07-01 15:37 | plujan | Assigned To | => dbaz |
2009-07-01 15:37 | plujan | File Added: Firefox3.5.PNG | |
2009-07-01 15:37 | plujan | OBNetwork customer | => No |
2009-07-01 17:25 | plujan | Note Added: 0017741 | |
2009-07-05 23:53 | iciordia | Priority | normal => urgent |
2009-07-06 01:06 | dbaz | Issue cloned | 0009768 |
2009-07-06 01:06 | dbaz | Status | new => acknowledged |
2009-07-06 01:06 | dbaz | Status | acknowledged => scheduled |
2009-07-06 01:06 | dbaz | fix_in_branch | => pi |
2009-07-06 01:07 | dbaz | Relationship added | depends on 0009768 |
2009-07-06 01:25 | dbaz | Note Added: 0017909 | |
2009-07-12 22:40 | hgbot | Checkin | |
2009-07-12 22:40 | hgbot | Note Added: 0018127 | |
2009-07-12 22:40 | hgbot | Status | scheduled => resolved |
2009-07-12 22:40 | hgbot | Resolution | open => fixed |
2009-07-12 22:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9fcd30a304846748d4383da6f3754d473187d3da [^] |
2009-07-12 22:47 | dbaz | Assigned To | dbaz => rafaroda |
2009-07-12 22:47 | dbaz | Status | resolved => new |
2009-07-12 22:47 | dbaz | Resolution | fixed => open |
2009-07-12 22:47 | dbaz | Note Added: 0018129 | |
2009-07-12 22:48 | dbaz | Note Added: 0018131 | |
2009-07-20 23:17 | psarobe | Status | new => scheduled |
2009-09-29 13:00 | dbaz | Assigned To | rafaroda => dbaz |
2009-09-29 13:01 | hgbot | Checkin | |
2009-09-29 13:01 | hgbot | Note Added: 0020451 | |
2009-09-29 13:01 | hgbot | Status | scheduled => resolved |
2009-09-29 13:01 | hgbot | Resolution | open => fixed |
2009-09-29 13:01 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/9fcd30a304846748d4383da6f3754d473187d3da [^] => http://code.openbravo.com/erp/devel/pi/rev/c8c53df2650c6f5b1f29ffdce039a55f3a3be776 [^] |
2009-10-07 15:39 | plujan | Status | resolved => closed |
2009-10-08 00:00 | anonymous | sf_bug_id | 0 => 2874358 |
2010-04-21 15:59 | adrianromero | Relationship added | related to 0012710 |
Copyright © 2000 - 2009 MantisBT Group |