Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030565Retail ModulesWeb POSpublic2015-07-31 17:152015-09-22 12:47
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q3.1RR15Q3.1 
Orekaria
No
No
0030565: Stabilization: Improve the global error catcher with the new API adopted by some browsers
Stabilization: Improve the global error catcher with the new API adopted by some browsers

Verify that some browsers (Chrome, Android chrome, safari?) have extended the global error catcher (window.onerror)
https://html.spec.whatwg.org/multipage/webappapis.html#errorevent [^]


Create an unhandled error in the code, e.g:

var x;
x.get('ss');

No tags attached.
blocks feature request 0030478 closed Orekaria Stabilization: Improve the global error catcher with the new API adopted by some browsers 
Issue History
2015-08-12 21:44OrekariaTypefeature request => backport
2015-08-12 21:44OrekariaTarget Version => RR15Q3.1
2015-09-15 17:06hgbotCheckin
2015-09-15 17:06hgbotNote Added: 0080418
2015-09-15 17:06hgbotStatusscheduled => resolved
2015-09-15 17:06hgbotResolutionopen => fixed
2015-09-15 17:06hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68e14aeb7f26f9a8fc57d0c954e9ad07ccfdcd71 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.mobile.core/rev/05f4f89eff7e3545ee85f1f8bf21aa96ffc0bf46 [^]
2015-09-15 17:07hgbotCheckin
2015-09-15 17:07hgbotNote Added: 0080419
2015-09-15 17:07hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.mobile.core/rev/05f4f89eff7e3545ee85f1f8bf21aa96ffc0bf46 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal/rev/4a763693fdaec647f96817e9c23accfc6121dc7c [^]
2015-09-22 12:47OrekariaReview Assigned To => Orekaria
2015-09-22 12:47OrekariaStatusresolved => closed
2015-09-22 12:47OrekariaFixed in Version => RR15Q3.1

Notes
(0080418)
hgbot   
2015-09-15 17:06   
Repository: retail/backports/3.0RR15Q3.1/org.openbravo.mobile.core
Changeset: 05f4f89eff7e3545ee85f1f8bf21aa96ffc0bf46
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 15 17:05:52 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.mobile.core/rev/05f4f89eff7e3545ee85f1f8bf21aa96ffc0bf46 [^]

Fixed issue 30565. Better global error catcher

The new standard (https://html.spec.whatwg.org/multipage/webappapis.html#errorevent [^] [^]) provides stacktrace information

---
M web/org.openbravo.mobile.core/source/main.js
---
(0080419)
hgbot   
2015-09-15 17:07   
Repository: retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal
Changeset: 4a763693fdaec647f96817e9c23accfc6121dc7c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 15 17:06:50 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal/rev/4a763693fdaec647f96817e9c23accfc6121dc7c [^]

Fixed issue 30565. Better global error catcher

The new standard (https://html.spec.whatwg.org/multipage/webappapis.html#errorevent [^] [^]) provides stacktrace information

---
M web/org.openbravo.retail.posterminal/js/main.js
---