Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0056313
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2024-08-28 20:142024-08-29 07:11
ReporterivazquezView Statuspublic 
Assigned ToRetail 
PriorityhighResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRR20Q3.4SCM revision 
Review Assigned Toguillermogil
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0056313: ERROR with terminal log, with the latest version of Chrome

DescriptionThe 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 Reproduce1- 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 "
TagsNo tags attached.
Attached Filespng file icon Captura de pantalla -2024-08-28 15-11-48.png [^] (92,000 bytes) 2024-08-28 20:14

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0053397 closedsreehari MouseDown Error on Android when paying 

-  Notes
(0168534)
ivazquez (developer)
2024-08-28 20:21

For more information contact to Sofia dos Santos --> s.dossantos@external.orisha.com
(0168536)
guillermogil (manager)
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 [^]

- 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 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker