Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0054428Openbravo ERPA. Platformpublic2023-12-28 12:442024-01-31 23:52
ngarcia 
meriem_azaf 
urgentminoralways
closedfixed 
5
 
PR23Q4.2PR23Q4.2 
Google Chrome
Core
Production - Confirmed Stable
2023-02-23
PR23Q2
https://gitlab.com/openbravo/product/openbravo/-/commit/f20ab1b69f12506d5bf82a1aa0e2a20cf42f25a5 [^]
No
0054428: JS error when clicking on a text field
JS error when clicking on a text field after
Access to Product window in https://livebuilds.openbravo.com/context/retail_pi_pgsql [^]

Click on Name field
Check the Console of the DevTools (F12) shows the following error:

Uncaught TypeError: Cannot read properties of undefined (reading '$123y')
    at _2.isc_c_Func_getArgString [as getArgString] (ISC_Combined.js:344:198)
    at _2.isc_c_Func_getArgs [as getArgs] (ISC_Combined.js:344:78)
    at _2.isc__debug__getLastErrorCallSitesParsedStack [as $122x] (ISC_Combined.js:760:248)
    at _2.isc__debug__reportJSError [as $am] (ISC_Combined.js:779:274)
    at _2.isc_c_Class_fireCallback [as fireCallback] (ISC_Combined.js:254:108)
    at _2.isc_c_Timer__fireTimeout [as $in] (ISC_Combined.js:1082:81)
    at <anonymous>:1:11
No tags attached.
blocks defect 0054226 closed meriem_azaf JS error when clicking on a text field 
Issue History
2024-01-23 10:02AugustoMauchTypedefect => backport
2024-01-23 10:02AugustoMauchTarget Version => PR23Q4.2
2024-01-23 10:50hgbotNote Added: 0159631
2024-01-31 23:52hgbotNote Added: 0160042
2024-01-31 23:52hgbotResolutionopen => fixed
2024-01-31 23:52hgbotStatusscheduled => closed
2024-01-31 23:52hgbotFixed in Version => PR23Q4.2
2024-01-31 23:52hgbotNote Added: 0160043

Notes
(0159631)
hgbot   
2024-01-23 10:50   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1113 [^]
(0160042)
hgbot   
2024-01-31 23:52   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1113 [^]
(0160043)
hgbot   
2024-01-31 23:52   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 3c85eb4a7fa7a2f73880ffd1a5f802b93e76f7b2
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 31-01-2024 23:51:20
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/3c85eb4a7fa7a2f73880ffd1a5f802b93e76f7b2 [^]

Fixes ISSUE-54428: JS error when clicking on a text field

JS error when clicking on a text field, this is a regression caused by this part https://gitlab.com/openbravo/product/openbravo/-/commit/f20ab1b69f12506d5bf82a1aa0e2a20cf42f25a5#321abadeb3f917e932e789b8defbca4ada0b9556_110_110 [^] .

So we returned the code of this part to it's old version.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-text.js
---