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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0057128
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformcriticalhave not tried2024-11-15 16:562025-03-11 23:16
ReportershuehnerView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in VersionPR25Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
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

0057128: 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 Filespng file icon 57128-example-bad-chrome131.png [^] (67,013 bytes) 2024-11-15 16:58


png file icon 57128-example-good-chrome130.png [^] (57,561 bytes) 2024-11-15 16:58


png file icon 57128-example-good-firefox-132.png [^] (24,288 bytes) 2024-11-15 16:58


png file icon 57128-chrome130-warning.png [^] (18,217 bytes) 2024-11-15 17:07


png file icon Chrome 131.png [^] (198,410 bytes) 2024-11-19 18:56

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0058209PR25Q1.1 newAugustoMauch HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131 
depends on backport 0058210PR24Q4.2 closedAugustoMauch HTML ComboBoxes in backoffice with empty (default) value are no longer working in Chrome 131 
has duplicate defect 0057167 closedTriage Omni OMS Issue in Sales Invoice Dimensional Report with the Latest Version of Chrome (131) 
has duplicate design defect 0057313pi closedTriage Platform Base Error in the selector in the Stock Report window in Microsoft Edge browser. 
has duplicate defect 0058206 closedTriage Platform Base Error with the last version in Google Chrome 
has duplicate defect 0058203 closedTriage Platform Base Error with the last version in Google 
Not all the children of this issue are yet resolved or closed.

-  Notes
(0172059)
shuehner (administrator)
2024-11-15 17:10

Checking Chrome release info for 131
https://developer.chrome.com/blog/new-in-chrome-131 [^]

Might be side-effect of this change:
https://developer.chrome.com/release-notes/131#select_parser_relaxation [^]

Also see warning shown when using older chrome130 version about structure of the values in the select tag.

Manually editing html in devtools to remove those (extra divs, extra span, simple list of 'option') tags seems to avoid the problem.

Note:
Those div+span are likely present + addded either by or using xmlEngine template engine for those old-style html reports.
(0172129)
hgbot (developer)
2024-11-18 07:33

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1445 [^]
(0172249)
eugeni (viewer)
2024-11-19 17:50

Hello, seems a problem with Chrome 131.0.6778.69. New 131.0.6778.70 apparently solves that problem

Hope it helps,
Eugeni
(0172250)
shuehner (administrator)
2024-11-19 18:11

Hi Eugeni,
if that get's confirmed that would be very helpful :)

On Linux (Ubuntu) with the official chrome deb repo i only see .69 available.
And reading here: https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_12.html [^]
Sounds like same first stable release is tagged .69 on linux but .70 on Mac.

Could you detail a bit more the environment (i.e. OS) where you've seen that fixed?
(0172251)
eugeni (viewer)
2024-11-19 18:55

Hi! Chrome for Windows

Attached image. A couple of customers confirmed it is working fine again, so it seems something was wrong with 131.0.6778.69

Best,
Eugeni
(0172252)
Practics (viewer)
2024-11-19 20:30

Hi! I confirm the same as Eugeni says. On Windows with the latest version of Chrome it works fine.

Hector Camps
(0172253)
shuehner (administrator)
2024-11-19 21:18

Hello,
by now on Ubuntu Linux there's also a chrome update available (131.0.6778.85). Using that version i also see this problem fixed :)

Thank you Eugeni and Hector for letting us know and confirming it works on your end.
(0172254)
eugeni (viewer)
2024-11-19 21:39

You are welcome, Stefan!
(0172358)
shuehner (administrator)
2024-11-20 14:33

Downgrading issue from critical to minor as the functional/impact of it has been fixed by browser update (see previous notes).

But keeping the issue open to still look into the html tag nesting topic (see attached merge request). See also related https://openbravo.atlassian.net/browse/RM-19166 [^] which is to look into the chrome130 warnings (which now have re-appeared with the chrome131 minor version fixing the functional problem).
(0176692)
hgbot (developer)
2025-03-11 23:16

Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1445 [^]
(0176693)
hgbot (developer)
2025-03-11 23:16

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo [^]
Changeset: e48c9712a3a3f75527206feda757f0447d2a3278
Author: Asier Lostalé <a.lostale@orisha.com>
Date: 11-03-2025 22:09:40
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/commit/e48c9712a3a3f75527206feda757f0447d2a3278 [^]

fixes BUG-57128: 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
---

- Issue History
Date Modified Username Field Change
2024-11-15 16:56 shuehner New Issue
2024-11-15 16:56 shuehner Assigned To => Triage Platform Base
2024-11-15 16:56 shuehner OBNetwork customer => No
2024-11-15 16:56 shuehner Web browser => Google Chrome
2024-11-15 16:56 shuehner Modules => Core
2024-11-15 16:56 shuehner Triggers an Emergency Pack => No
2024-11-15 16:58 shuehner File Added: 57128-example-bad-chrome131.png
2024-11-15 16:58 shuehner File Added: 57128-example-good-chrome130.png
2024-11-15 16:58 shuehner File Added: 57128-example-good-firefox-132.png
2024-11-15 17:07 shuehner File Added: 57128-chrome130-warning.png
2024-11-15 17:10 shuehner Note Added: 0172059
2024-11-18 07:33 hgbot Merge Request Status => open
2024-11-18 07:33 hgbot Note Added: 0172129
2024-11-19 11:26 Practics Issue Monitored: Practics
2024-11-19 12:11 ffourcade Relationship added has duplicate 0057167
2024-11-19 13:33 eugeni Issue Monitored: eugeni
2024-11-19 17:50 eugeni Note Added: 0172249
2024-11-19 18:11 shuehner Note Added: 0172250
2024-11-19 18:55 eugeni Note Added: 0172251
2024-11-19 18:56 eugeni File Added: Chrome 131.png
2024-11-19 20:30 Practics Note Added: 0172252
2024-11-19 21:18 shuehner Note Added: 0172253
2024-11-19 21:39 eugeni Note Added: 0172254
2024-11-20 14:33 shuehner Web browser Google Chrome => Google Chrome
2024-11-20 14:33 shuehner Note Added: 0172358
2024-11-20 14:33 shuehner Severity critical => minor
2024-12-11 09:53 AugustoMauch Relationship added related to 0057313
2025-03-11 17:34 AugustoMauch Web browser Google Chrome => Google Chrome
2025-03-11 17:34 AugustoMauch Severity minor => critical
2025-03-11 17:34 AugustoMauch Relationship added has duplicate 0058206
2025-03-11 17:34 AugustoMauch Assigned To Triage Platform Base => AugustoMauch
2025-03-11 17:38 AugustoMauch Status new => scheduled
2025-03-11 23:09 hgbot Merge Request Status open => approved
2025-03-11 23:16 hgbot Resolution open => fixed
2025-03-11 23:16 hgbot Status scheduled => closed
2025-03-11 23:16 hgbot Note Added: 0176692
2025-03-11 23:16 hgbot Fixed in Version => PR25Q2
2025-03-11 23:16 hgbot Note Added: 0176693
2025-03-12 08:25 alostale Relationship added has duplicate 0058203
2025-03-25 22:41 AugustoMauch Relationship replaced has duplicate 0057313


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker