Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023873 | Retail Modules | Web POS | public | 2013-05-22 09:17 | 2013-05-22 09:20 |
Reporter | Orekaria | ||||
Assigned To | marvintm | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023873: The global error manager's errors are not handled | ||||
Description | The global error manager's errors are not handled | ||||
Steps To Reproduce | in the ob-utiliesui.js file... in the OB.UTIL.showError() function... insert a line of code that raises an error | ||||
Proposed Solution | // alert all errors window.onerror = function (e) { try { if (typeof (e) === 'string') { OB.UTIL.showError(e); } } catch (err) { // the error handler is forbidden to raise any further errors console.log('The global error manager has caused an error: ' + err); } }; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-05-22 09:17 | Orekaria | New Issue | |||
2013-05-22 09:17 | Orekaria | Assigned To | => marvintm | ||
2013-05-22 09:19 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=4742#r4742 | ||
2013-05-22 09:20 | Orekaria | Summary | The global error manager errors are not handled => The global error manager' errors are not handled | ||
2013-05-22 09:20 | Orekaria | Description Updated | bug_revision_view_page.php?rev_id=4744#r4744 | ||
2013-05-22 09:20 | Orekaria | Summary | The global error manager' errors are not handled => The global error manager's errors are not handled | ||
2013-05-22 09:20 | Orekaria | Description Updated | bug_revision_view_page.php?rev_id=4745#r4745 |
There are no notes attached to this issue. |