Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030566Retail ModulesWeb POSpublic2015-07-31 17:152015-08-25 15:52
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q2.4RR15Q2.4 
marvintm
No
0030566: 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 => RR15Q2.4
2015-08-25 08:54hgbotCheckin
2015-08-25 08:54hgbotNote Added: 0079656
2015-08-25 08:54hgbotStatusscheduled => resolved
2015-08-25 08:54hgbotResolutionopen => fixed
2015-08-25 08:54hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68e14aeb7f26f9a8fc57d0c954e9ad07ccfdcd71 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q2.4/org.openbravo.mobile.core/rev/3de78b1e98596b74743e8ba2125316bd7d64c777 [^]
2015-08-25 08:55hgbotCheckin
2015-08-25 08:55hgbotNote Added: 0079660
2015-08-25 08:55hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR15Q2.4/org.openbravo.mobile.core/rev/3de78b1e98596b74743e8ba2125316bd7d64c777 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q2.4/org.openbravo.retail.posterminal/rev/48afb3e0fb7cb0e5d4be5975303355cbd4b0831a [^]
2015-08-25 15:52marvintmReview Assigned To => marvintm
2015-08-25 15:52marvintmStatusresolved => closed
2015-08-25 15:52marvintmFixed in Version => RR15Q2.4

Notes
(0079656)
hgbot   
2015-08-25 08:54   
Repository: retail/backports/3.0RR15Q2.4/org.openbravo.mobile.core
Changeset: 3de78b1e98596b74743e8ba2125316bd7d64c777
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Fri Jul 31 17:22:27 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2.4/org.openbravo.mobile.core/rev/3de78b1e98596b74743e8ba2125316bd7d64c777 [^]

Fixes issue 30566, backport of issue 30478: 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
---
(0079660)
hgbot   
2015-08-25 08:55   
Repository: retail/backports/3.0RR15Q2.4/org.openbravo.retail.posterminal
Changeset: 48afb3e0fb7cb0e5d4be5975303355cbd4b0831a
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Fri Jul 31 17:26:03 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2.4/org.openbravo.retail.posterminal/rev/48afb3e0fb7cb0e5d4be5975303355cbd4b0831a [^]

Fixes issue 30566, backport of issue 30478: 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
---