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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0058209
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformcriticalhave not tried2024-11-15 16:562025-03-12 17:53
ReportershuehnerView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in VersionPR25Q1.1
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionPR25Q1.1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Statusapproved
Review Assigned To
OBNetwork customerNo
Web browserGoogle Chrome
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0058209: HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131

DescriptionUsing 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 ReproduceLogin to backoffice (i.e. latest master in livebuilds)
Open the "Sales dimensional Report"
Look at the ComboBoxes:
- Business Partner Category
- Warehouse
- Product Category
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0057128 closedAugustoMauch HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131 

-  Notes
(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

- Issue History
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
Powered by Mantis Bugtracker