Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0023873 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| defect | [Retail Modules] Web POS | minor | always | 2013-05-22 09:17 | 2013-05-22 09:20 | |||||||
| Reporter | Orekaria | View Status | public | |||||||||
| Assigned To | marvintm | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | 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 | SCM revision | |||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| 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); } }; | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
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:17 | Orekaria | OBNetwork customer | => No |
| 2013-05-22 09:19 | Orekaria | Steps to Reproduce Updated | View Revisions |
| 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 | View Revisions |
| 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 | View Revisions |
| Copyright © 2000 - 2009 MantisBT Group |