Openbravo Issue Tracking System - Retail Modules
View Issue Details
0049128Retail ModulesWeb POSpublic2022-04-26 09:292022-07-29 07:27
adrianromero 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
piRR22Q4 
No
0049128: Deprecated use of Event.path in Chrome 102
When tapping on the Log in Button the following message appears in Chrome Dev 102:

Deprecated Feature Used
'Event.path' is deprecated and will be removed in M109, around January 2023. Please use 'Event.composedPath()' instead. See https://www.chromestatus.com/feature/5726124632965120 [^] for more details.

This code is in
https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/blob/master/web/org.openbravo.mobile.core/source/utils/ob-dom-extension.js#L35 [^]
In description
No tags attached.
depends on backport 0049905RR22Q3 closed ranjith_qualiantech_com Deprecated use of Event.path in Chrome 102 
depends on backport 0049906RR22Q2.1 closed ranjith_qualiantech_com Deprecated use of Event.path in Chrome 102 
depends on backport 0049907RR22Q1.3 closed ranjith_qualiantech_com Deprecated use of Event.path in Chrome 102 
Issue History
2022-04-26 09:29adrianromeroNew Issue
2022-04-26 09:29adrianromeroAssigned To => Retail
2022-04-26 09:29adrianromeroTriggers an Emergency Pack => No
2022-05-06 12:52shuehnerIssue Monitored: shuehner
2022-07-14 08:06ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-07-14 12:49ranjith_qualiantech_comStatusnew => scheduled
2022-07-19 07:38hgbotNote Added: 0139404
2022-07-29 07:26marvintmStatusscheduled => acknowledged
2022-07-29 07:27marvintmStatusacknowledged => scheduled
2022-07-29 07:27hgbotResolutionopen => fixed
2022-07-29 07:27hgbotStatusscheduled => closed
2022-07-29 07:27hgbotNote Added: 0139693
2022-07-29 07:27hgbotFixed in Version => RR22Q4
2022-07-29 07:27hgbotNote Added: 0139694

Notes
(0139404)
hgbot   
2022-07-19 07:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/386 [^]
(0139693)
hgbot   
2022-07-29 07:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/386 [^]
(0139694)
hgbot   
2022-07-29 07:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 72ef56aaed93150f6f21c4cf16f35768e6457107
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 29-07-2022 05:26:41
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/72ef56aaed93150f6f21c4cf16f35768e6457107 [^]

Fixed ISSUE-49128: Replace Mousedown event path with composedPath

---
M web/org.openbravo.mobile.core/source/utils/ob-dom-extension.js
---