Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0058209 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
backport | [Openbravo ERP] A. Platform | critical | have not tried | 2024-11-15 16:56 | 2025-03-12 17:53 | |||||||
Reporter | shuehner | View Status | public | |||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | normal | Resolution | fixed | Fixed in Version | PR25Q1.1 | |||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | PR25Q1.1 | |||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Merge Request Status | approved | |||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0058209: HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131 | |||||||||||
Description | Using latest Chrome 131 shows broken UI for some backoffice combo-boxes. If an HTML ComboBox has a empty value (i.e. for default) instead of showing this empty value a selected element + also in the list of values when using latest chrome instead it shows a 'non existing' value which is 'concatenated test of all later combo entries'. That is reproducible only on: - Chrome version 131 (131.0.6778.69) latest stable release It is NOT reproducible - on Chrome version 130 - on Firefox It seems to affect: - HTML ComboBoxes as created by xmlEngine - when used in old-style manual HTML reports | |||||||||||
Steps To Reproduce | Login to backoffice (i.e. latest master in livebuilds) Open the "Sales dimensional Report" Look at the ComboBoxes: - Business Partner Category - Warehouse - Product Category | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
![]() |
||||||||
|
![]() |
|
(0176686) hgbot (developer) 2025-03-11 17:42 |
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1583 [^] |
(0176696) hgbot (developer) 2025-03-11 23:17 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo [^] Changeset: 121477b09d98d16d2813c47d0566cada66621f63 Author: Asier Lostalé <a.lostale@orisha.com> Date: 11-03-2025 17:41:41 URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/commit/121477b09d98d16d2813c47d0566cada66621f63 [^] fixes BUG-58209: BO 2.50 dropdowns with empty value don't work in Chrome 131 Some manual 2.50 windows incorrectly added empty value option to drop down, resulting on an invalid HTML that is not rendered in Chrome 131. --- M modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReport.html M modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped.html M src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html M src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html M src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.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/ReportBankJR.html M src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.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/ReportExpense.html M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html M src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.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/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/ReportOrderNotInvoiceFilterJR.html M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html M src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html M src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html M src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.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/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/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/ReportValuationStock.html M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock2.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/ReportWorkRequirementJR.html M src/org/openbravo/erpCommon/info/Location_F1.html M src/org/openbravo/erpCommon/info/LocatorMultiple.html M src/org/openbravo/erpReports/ReportPaymentFilter.html M src/org/openbravo/erpReports/ReportRegisterFilter.html --- |
(0176697) hgbot (developer) 2025-03-11 23:17 |
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1583 [^] |
(0176718) sofidossant (viewer) 2025-03-12 12:36 |
We need the solution for the module org.openbravo.module.invoiceTaxReportEnhanced30.cashvat |
![]() |
|||
Date Modified | Username | Field | Change |
2025-03-11 17:38 | AugustoMauch | Type | defect => backport |
2025-03-11 17:38 | AugustoMauch | Target Version | => PR25Q1.1 |
2025-03-11 17:42 | hgbot | Note Added: 0176686 | |
2025-03-11 23:17 | hgbot | Merge Request Status | open => approved |
2025-03-11 23:17 | hgbot | Resolution | open => fixed |
2025-03-11 23:17 | hgbot | Status | scheduled => closed |
2025-03-11 23:17 | hgbot | Fixed in Version | => PR25Q1.1 |
2025-03-11 23:17 | hgbot | Note Added: 0176696 | |
2025-03-11 23:17 | hgbot | Note Added: 0176697 | |
2025-03-12 12:36 | sofidossant | Web browser | Google Chrome => Google Chrome |
2025-03-12 12:36 | sofidossant | Status | closed => new |
2025-03-12 12:36 | sofidossant | Note Added: 0176718 | |
2025-03-12 17:53 | inaki_azkonobieta | Issue Monitored: inaki_azkonobieta |
Copyright © 2000 - 2009 MantisBT Group |