Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0056313 | Retail Modules | Web POS | public | 2024-08-28 20:14 | 2024-08-29 07:11 | |||||||
Reporter | ivazquez | |||||||||||
Assigned To | Retail | |||||||||||
Priority | high | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | duplicate | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | RR20Q3.4 | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | guillermogil | |||||||||||
OBNetwork customer | Gold | |||||||||||
Support ticket | 107508 | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0056313: ERROR with terminal log, with the latest version of Chrome | |||||||||||
Description | The error is about this change made by chrome in the version: 127 and 128 This is the statement from chrome https://chromestatus.com/feature/5083947249172480 [^] The terminal log of type Click is not generated, that is to say when a button is clicked, and it is because the following code fails: document.addEventListener('DOMNodeInserted', function(nodeEvent) { if (nodeEvent && nodeEvent.srcElement) { nodeEvent.srcElement.onmousedown = debounceMouseDown; } }); Error in chrome: Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 [^] for more information. The problem is that when this function is broken, OB.App.State.TerminalLog.addButtonClick({, which is in charge of generating the message | |||||||||||
Steps To Reproduce | 1- Version in chrome 128.0.6613.84 2 - Go to the web Pos 3 - add one product 4 - Check the terminal log and we don't see the terminal log with the "Click in " | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=20117&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2024-08-28 20:14 | ivazquez | New Issue | ||||||||||
2024-08-28 20:14 | ivazquez | Assigned To | => Retail | |||||||||
2024-08-28 20:14 | ivazquez | File Added: Captura de pantalla -2024-08-28 15-11-48.png | ||||||||||
2024-08-28 20:14 | ivazquez | OBNetwork customer | => Gold | |||||||||
2024-08-28 20:14 | ivazquez | Support ticket | => 107508 | |||||||||
2024-08-28 20:14 | ivazquez | Triggers an Emergency Pack | => No | |||||||||
2024-08-28 20:21 | ivazquez | Note Added: 0168534 | ||||||||||
2024-08-29 07:11 | guillermogil | Review Assigned To | => guillermogil | |||||||||
2024-08-29 07:11 | guillermogil | Relationship added | duplicate of 0053397 | |||||||||
2024-08-29 07:11 | guillermogil | Note Added: 0168536 | ||||||||||
2024-08-29 07:11 | guillermogil | Status | new => closed | |||||||||
2024-08-29 07:11 | guillermogil | Resolution | open => duplicate |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|