Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0058209Openbravo ERPA. Platformpublic2024-11-15 16:562025-03-12 17:53
shuehner 
AugustoMauch 
normalcriticalhave not tried
newfixed 
5
 
PR25Q1.1PR25Q1.1 
approved
No
Google Chrome
Core
No
0058209: HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131
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

Login to backoffice (i.e. latest master in livebuilds)
Open the "Sales dimensional Report"
Look at the ComboBoxes:
- Business Partner Category
- Warehouse
- Product Category
No tags attached.
blocks defect 0057128 closed AugustoMauch HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131 
Issue History
2025-03-11 17:38AugustoMauchTypedefect => backport
2025-03-11 17:38AugustoMauchTarget Version => PR25Q1.1
2025-03-11 17:42hgbotNote Added: 0176686
2025-03-11 23:17hgbotMerge Request Statusopen => approved
2025-03-11 23:17hgbotResolutionopen => fixed
2025-03-11 23:17hgbotStatusscheduled => closed
2025-03-11 23:17hgbotFixed in Version => PR25Q1.1
2025-03-11 23:17hgbotNote Added: 0176696
2025-03-11 23:17hgbotNote Added: 0176697
2025-03-12 12:36sofidossantWeb browserGoogle Chrome => Google Chrome
2025-03-12 12:36sofidossantStatusclosed => new
2025-03-12 12:36sofidossantNote Added: 0176718
2025-03-12 17:53inaki_azkonobietaIssue Monitored: inaki_azkonobieta

Notes
(0176686)
hgbot   
2025-03-11 17:42   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1583 [^]
(0176696)
hgbot   
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   
2025-03-11 23:17   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1583 [^]
(0176718)
sofidossant   
2025-03-12 12:36   
We need the solution for the module org.openbravo.module.invoiceTaxReportEnhanced30.cashvat