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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0009768
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] Z. Othersminorhave not tried2009-07-06 01:062009-10-12 08:34
ReporterdbazView Statuspublic 
Assigned Torafaroda 
PriorityurgentResolutionfixedFixed in Version2.40MP10
StatusclosedFix in branch2.40Fixed in SCM revision46da346393bb
ProjectionnoneETAnoneTarget Version2.40
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0009768: Message banners have a look and feel issue when using Firefox 3.5

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

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

-  Notes
(0018128)
hgbot (developer)
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 (developer)
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 (developer)
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 (reporter)
2009-10-12 08:34

Tested & Working fine

- Issue History
Date Modified Username Field Change
2009-07-06 01:06 dbaz New Issue
2009-07-06 01:06 dbaz Assigned To => dbaz
2009-07-06 01:06 dbaz Issue generated from 0009739
2009-07-06 01:07 dbaz Status new => scheduled
2009-07-06 01:07 dbaz fix_in_branch => pi
2009-07-06 01:07 dbaz Relationship added blocks 0009739
2009-07-06 01:08 dbaz fix_in_branch pi => 2.40
2009-07-12 22:41 hgbot Checkin
2009-07-12 22:41 hgbot Note Added: 0018128
2009-07-12 22:41 hgbot Status scheduled => resolved
2009-07-12 22:41 hgbot Resolution open => fixed
2009-07-12 22:41 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/248ab25f5a63ad806cbb0b09026ac7c43f8674f1 [^]
2009-07-12 22:47 dbaz Note Added: 0018130
2009-07-12 22:49 dbaz Assigned To dbaz => rafaroda
2009-07-12 22:49 dbaz Status resolved => new
2009-07-12 22:49 dbaz Resolution fixed => open
2009-08-02 19:40 psarobe Status new => scheduled
2009-08-02 19:40 psarobe fix_in_branch 2.40 => pi
2009-09-11 22:55 dbaz fix_in_branch pi =>
2009-09-29 19:32 hgbot Checkin
2009-09-29 19:32 hgbot Note Added: 0020541
2009-09-29 19:32 hgbot Status scheduled => resolved
2009-09-29 19:32 hgbot Resolution open => fixed
2009-09-29 19:32 hgbot Fixed in SCM revision http://code.openbravo.com/erp/stable/2.40/rev/248ab25f5a63ad806cbb0b09026ac7c43f8674f1 [^] => http://code.openbravo.com/erp/stable/2.40/rev/46da346393bb23bc030958c34ac634d193e2616d [^]
2009-10-01 12:44 rafaroda fix_in_branch => 2.40
2009-10-12 08:34 arunkumar Status resolved => closed
2009-10-12 08:34 arunkumar Note Added: 0020930
2009-10-12 08:34 arunkumar Fixed in Version => 2.40MP10


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker