Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056313Retail ModulesWeb POSpublic2024-08-28 20:142024-08-29 07:11
ivazquez 
Retail 
highmajorhave not tried
closedduplicate 
5
RR20Q3.4 
 
guillermogil
No
0056313: ERROR with terminal log, with the latest version of Chrome
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
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 "
No tags attached.
duplicate of defect 0053397 closed sreehari MouseDown Error on Android when paying 
png Captura de pantalla -2024-08-28 15-11-48.png (92,000) 2024-08-28 20:14
https://issues.openbravo.com/file_download.php?file_id=20117&type=bug
png
Issue History
2024-08-28 20:14ivazquezNew Issue
2024-08-28 20:14ivazquezAssigned To => Retail
2024-08-28 20:14ivazquezFile Added: Captura de pantalla -2024-08-28 15-11-48.png
2024-08-28 20:14ivazquezTriggers an Emergency Pack => No
2024-08-28 20:21ivazquezNote Added: 0168534
2024-08-29 07:11guillermogilReview Assigned To => guillermogil
2024-08-29 07:11guillermogilRelationship addedduplicate of 0053397
2024-08-29 07:11guillermogilNote Added: 0168536
2024-08-29 07:11guillermogilStatusnew => closed
2024-08-29 07:11guillermogilResolutionopen => duplicate

Notes
(0168534)
ivazquez   
2024-08-28 20:21   
For more information contact to Sofia dos Santos --> s.dossantos@external.orisha.com
(0168536)
guillermogil   
2024-08-29 07:11   
Issue duplicated, in case a patch is needed you can take it from here: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/6932f0aa348a9011b107017293714e70fc1a4731 [^]