Openbravo Issue Tracking System - Retail Modules
View Issue Details
0049906Retail ModulesWeb POSpublic2022-04-26 09:292022-08-01 07:20
adrianromero 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR22Q2.1RR22Q2.2 
No
0049906: 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.
blocks defect 0049128pi closed ranjith_qualiantech_com Deprecated use of Event.path in Chrome 102 
Issue History
2022-07-29 07:27marvintmTypedefect => backport
2022-07-29 07:27marvintmTarget Versionpi => RR22Q2.1
2022-08-01 04:43hgbotNote Added: 0139740
2022-08-01 06:27hgbotResolutionopen => fixed
2022-08-01 06:27hgbotStatusscheduled => closed
2022-08-01 06:27hgbotNote Added: 0139752
2022-08-01 06:27hgbotFixed in Version => RR22Q2.1
2022-08-01 06:27hgbotNote Added: 0139753
2022-08-01 07:20priyamFixed in VersionRR22Q2.1 => RR22Q2.2

Notes
(0139740)
hgbot   
2022-08-01 04:43   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/388 [^]
(0139752)
hgbot   
2022-08-01 06:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/388 [^]
(0139753)
hgbot   
2022-08-01 06:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 196904916f3f109bd37d3a87d2c229390ef9bc17
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 01-08-2022 07:47:17
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/196904916f3f109bd37d3a87d2c229390ef9bc17 [^]

Fixed ISSUE-49906: Replace Mousedown event path with composedPath

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