Openbravo Issue Tracking System - Retail Modules
View Issue Details
0023873Retail ModulesWeb POSpublic2013-05-22 09:172013-05-22 09:20
Orekaria 
marvintm 
normalminoralways
newopen 
5
 
 
No
0023873: The global error manager's errors are not handled
The global error manager's errors are not handled
in the ob-utiliesui.js file...
in the OB.UTIL.showError() function...
insert a line of code that raises an error

  

  // 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);
    }
  };
No tags attached.
Issue History
2013-05-22 09:17OrekariaNew Issue
2013-05-22 09:17OrekariaAssigned To => marvintm
2013-05-22 09:19OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4742#r4742
2013-05-22 09:20OrekariaSummaryThe global error manager errors are not handled => The global error manager' errors are not handled
2013-05-22 09:20OrekariaDescription Updatedbug_revision_view_page.php?rev_id=4744#r4744
2013-05-22 09:20OrekariaSummaryThe global error manager' errors are not handled => The global error manager's errors are not handled
2013-05-22 09:20OrekariaDescription Updatedbug_revision_view_page.php?rev_id=4745#r4745

There are no notes attached to this issue.