Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0053397 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2023-09-06 11:55 | 2024-12-09 08:17 | |||
Reporter | guillermogil | View Status | public | |||||
Assigned To | sreehari | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR24Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Other | Database | Any | Java version | ||||
OS Version | Android | Database version | Ant version | |||||
Product Version | SCM revision | |||||||
Review Assigned To | guillermogil | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0053397: MouseDown Error on Android when paying | |||||||
Description | A MouseDown error is raised on Chrome in Android when paying Cannot read properties of null (see image attached). | |||||||
Steps To Reproduce | Using chrome on an Android device (not happening on ubuntu/windows) 1. Connect to https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] (on retail pack it is not happening) 2. Do a sale. 3. Click on Checkout 4. Click on Pay Total Error is raised | |||||||
Tags | No tags attached. | |||||||
Attached Files | image (6).png [^] (24,382 bytes) 2023-09-06 11:55
53397-19Q3.diff [^] (1,486 bytes) 2024-12-09 08:17 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0154662) hgbot (developer) 2023-09-11 08:34 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/611 [^] |
(0154665) hgbot (developer) 2023-09-11 09:12 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: 2aac2304d8f6c7329abdd3d5471229e6b37dcc60 Author: Sreehari Venkataraman <sreehari@qualiantech.com> Date: 11-09-2023 07:11:36 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/2aac2304d8f6c7329abdd3d5471229e6b37dcc60 [^] Fixes ISSUE-53397: Changed nodeEvent of mousedown to pointerdown *pointerdown handles both mousedown & touchdown events *changed srcElement to target since it is deprecated --- M web/org.openbravo.mobile.core/source/utils/ob-dom-extension.js --- |
(0154666) hgbot (developer) 2023-09-11 09:12 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/611 [^] |
(0154701) sreehari (developer) 2023-09-12 07:51 |
Adding fix for deprecated DOMNodeInserted mutation event. https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent [^] |
(0154740) hgbot (developer) 2023-09-12 15:37 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/614 [^] |
(0154833) hgbot (developer) 2023-09-14 09:44 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/614 [^] |
(0154834) hgbot (developer) 2023-09-14 09:44 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: 6932f0aa348a9011b107017293714e70fc1a4731 Author: Sreehari Venkataraman <sreehari@qualiantech.com> Date: 14-09-2023 06:11:20 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/6932f0aa348a9011b107017293714e70fc1a4731 [^] Fixes ISSUE-53397: Replaced DOMNodeInserted with Mutation Observer --- M web/org.openbravo.mobile.core/source/utils/ob-dom-extension.js --- |
(0157198) hgbot (developer) 2023-11-16 10:23 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 599ce11598c7d8afdfb5fef49edee8ca81346f41 Author: Vitaliy Malets <vitaliy.malets@openbravo.com> Date: 16-11-2023 10:22:18 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/599ce11598c7d8afdfb5fef49edee8ca81346f41 [^] Fixed ISSUE-53397: added a condition to check the existence of the inputsAndApprovals field --- M web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/updateInputsAndApprovalsWithNewLine.test.js M web-jspack/org.openbravo.pos2/src/model/ticket/actions/updateInputsAndApprovalsWithNewLine.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2023-09-06 11:55 | guillermogil | New Issue | |
2023-09-06 11:55 | guillermogil | Assigned To | => sreehari |
2023-09-06 11:55 | guillermogil | File Added: image (6).png | |
2023-09-06 11:55 | guillermogil | Triggers an Emergency Pack | => No |
2023-09-06 12:08 | sreehari | Status | new => scheduled |
2023-09-11 08:34 | hgbot | Note Added: 0154662 | |
2023-09-11 08:58 | sreehari | Status | scheduled => acknowledged |
2023-09-11 08:58 | sreehari | Status | acknowledged => scheduled |
2023-09-11 09:12 | hgbot | Resolution | open => fixed |
2023-09-11 09:12 | hgbot | Status | scheduled => closed |
2023-09-11 09:12 | hgbot | Fixed in Version | => RR23Q4 |
2023-09-11 09:12 | hgbot | Note Added: 0154665 | |
2023-09-11 09:12 | hgbot | Note Added: 0154666 | |
2023-09-11 09:47 | sreehari | Status | closed => acknowledged |
2023-09-11 10:53 | sreehari | Status | acknowledged => scheduled |
2023-09-11 14:35 | guillermogil | Status | scheduled => resolved |
2023-09-11 14:35 | guillermogil | Review Assigned To | => guillermogil |
2023-09-11 14:35 | guillermogil | Status | resolved => closed |
2023-09-12 07:51 | sreehari | Note Added: 0154701 | |
2023-09-12 07:51 | sreehari | Status | closed => new |
2023-09-12 07:51 | sreehari | Resolution | fixed => open |
2023-09-12 07:51 | sreehari | Fixed in Version | RR23Q4 => |
2023-09-12 07:51 | sreehari | Status | new => scheduled |
2023-09-12 15:37 | hgbot | Note Added: 0154740 | |
2023-09-14 09:44 | hgbot | Resolution | open => fixed |
2023-09-14 09:44 | hgbot | Status | scheduled => closed |
2023-09-14 09:44 | hgbot | Note Added: 0154833 | |
2023-09-14 09:44 | hgbot | Fixed in Version | => RR23Q4 |
2023-09-14 09:44 | hgbot | Note Added: 0154834 | |
2023-10-09 08:27 | SABARINATH P | Relationship added | related to 0053559 |
2023-10-09 09:03 | marvintm | Relationship replaced | has duplicate 0053559 |
2023-11-16 10:23 | hgbot | Fixed in Version | RR23Q4 => 24Q1 |
2023-11-16 10:23 | hgbot | Note Added: 0157198 | |
2024-08-29 07:11 | guillermogil | Relationship added | has duplicate 0056313 |
2024-12-09 08:17 | sreehari | File Added: 53397-19Q3.diff |
Copyright © 2000 - 2009 MantisBT Group |