Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0056313 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Retail Modules] Web POS | major | have not tried | 2024-08-28 20:14 | 2024-08-29 07:11 | |||
| Reporter | ivazquez | View Status | public | |||||
| Assigned To | Retail | |||||||
| Priority | high | Resolution | duplicate | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | RR20Q3.4 | SCM revision | ||||||
| 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 " | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0168534) ivazquez (viewer) 2024-08-28 20:21 |
For more information contact to Sofia dos Santos --> s.dossantos@external.orisha.com |
|
(0168536) guillermogil (viewer) 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 | 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 |
| Copyright © 2000 - 2009 MantisBT Group |