Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040725Retail ModulesWeb POSpublic2019-04-30 13:532019-05-02 17:35
shuehner 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
RR19Q3 
guilleaer
No
0040725: WebPOS Login without https does no longer show message about it using Chromium 74
WebPOS requires https connection since a while as i.e. ServiceWorkers features requires it.

WebPOS has a check inside the login page to check and show a message if it is not used via https.

That message is no longer showing using Chromium 74. Instead a loading screen is shown without any text + 2 probably related browser console errors:

Uncaught TypeError: Cannot read property 'addEventListener' of undefined

 
Try to load WebPOS i.e. pi/19Q2 candidate using Chromium 74.
No tags attached.
depends on backport 0040726RR19Q2 closed marvintm WebPOS Login without https does no longer show message about it using Chromium 74 
depends on backport 0040727RR19Q1.1 closed marvintm WebPOS Login without https does no longer show message about it using Chromium 74 
Issue History
2019-04-30 13:53shuehnerNew Issue
2019-04-30 13:53shuehnerAssigned To => Retail
2019-04-30 13:53shuehnerTriggers an Emergency Pack => No
2019-04-30 13:54shuehnerNote Added: 0111388
2019-04-30 13:55shuehnerAssigned ToRetail => marvintm
2019-04-30 13:55shuehnerSeverityminor => major
2019-04-30 13:55shuehnerStatusnew => scheduled
2019-05-01 11:51hgbotCheckin
2019-05-01 11:51hgbotNote Added: 0111405
2019-05-01 11:51hgbotStatusscheduled => resolved
2019-05-01 11:51hgbotResolutionopen => fixed
2019-05-01 11:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c20689c02d72f2ef87357154dacc7a7b2d25014d [^]
2019-05-01 11:52hgbotCheckin
2019-05-01 11:52hgbotNote Added: 0111406
2019-05-01 11:52hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c20689c02d72f2ef87357154dacc7a7b2d25014d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/11faa4a463fc5e931a67508ebab18e2d2ce6f79c [^]
2019-05-01 17:30marvintmRelationship addedhas duplicate 0040710
2019-05-01 17:34marvintmRelationship deletedhas duplicate 0040710
2019-05-02 17:35guilleaerReview Assigned To => guilleaer
2019-05-02 17:35guilleaerStatusresolved => closed
2019-05-02 17:35guilleaerFixed in Version => RR19Q3

Notes
(0111388)
shuehner   
2019-04-30 13:54   
Note: Probably this bug applies to every WebPOS version even older ones as it is assumed to be triggered by Chrome update having changed behavior.
(0111405)
hgbot   
2019-05-01 11:51   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c20689c02d72f2ef87357154dacc7a7b2d25014d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 01 08:28:31 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c20689c02d72f2ef87357154dacc7a7b2d25014d [^]

Fixed issue 40725. Prevent exception in non-secure contexts in newer versions of Chrome.

---
M web/org.openbravo.retail.posterminal/index.jsp
---
(0111406)
hgbot   
2019-05-01 11:52   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 11faa4a463fc5e931a67508ebab18e2d2ce6f79c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 01 08:24:23 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/11faa4a463fc5e931a67508ebab18e2d2ce6f79c [^]

Fixed issue 40725. Prevent silent error and force errorCallback execution in non-secure contexts.

---
M web/org.openbravo.mobile.core/source/offline/ob-fetch-manifest.js
---