Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040728Retail ModulesWeb POSpublic2019-04-30 13:562019-06-06 20:02
shuehner 
javierRodriguez 
normalminorhave not tried
closedfixed 
5
 
RR19Q3 
marvintm
No
0040728: Upcoming chrome75 will removed 'caret' propery from CSS used in WebPOS
Loading WebPOS using Chromium74 shows the following warning message in the browser console.

[Deprecation] The keyword 'caret' for -webkit-appearance CSS property is deprecated and will be removed in M75, around June 2019. See https://www.chromestatus.com/features/5075579829223424 [^] for more details.

It should be investigated what is user-visible behavior if that is not fixed.
Depending on result of this maybe backports need to be created or not.
-
No tags attached.
Issue History
2019-04-30 13:56shuehnerNew Issue
2019-04-30 13:56shuehnerAssigned To => Retail
2019-04-30 13:56shuehnerTriggers an Emergency Pack => No
2019-04-30 14:24javierRodriguezAssigned ToRetail => javierRodriguez
2019-06-06 10:01hgbotCheckin
2019-06-06 10:01hgbotNote Added: 0112455
2019-06-06 10:01hgbotStatusnew => resolved
2019-06-06 10:01hgbotResolutionopen => fixed
2019-06-06 10:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b17cb03e12b0c700eaa8da3936de2a5d06b4ebf [^]
2019-06-06 11:54hgbotCheckin
2019-06-06 11:54hgbotNote Added: 0112468
2019-06-06 20:02marvintmReview Assigned To => marvintm
2019-06-06 20:02marvintmStatusresolved => closed
2019-06-06 20:02marvintmFixed in Version => RR19Q3

Notes
(0112455)
hgbot   
2019-06-06 10:01   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6b17cb03e12b0c700eaa8da3936de2a5d06b4ebf
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Thu Jun 06 09:59:57 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b17cb03e12b0c700eaa8da3936de2a5d06b4ebf [^]

Fixed issue 40728: Upcoming chrome75 will removed 'caret' propery from CSS used in WebPOS

Where were not using -webkit-appearance: caret in WebPOS because all of them was commented.

In any case, Chrome is reading that comments in CSS files and it interpret that the application
is using the mentioned attibute.

This commit just delete this comments to make chrome does not show warning message.

---
M web/org.openbravo.mobile.core/build/lib.css
M web/org.openbravo.mobile.core/lib/onyx/css/onyx.css
M web/org.openbravo.mobile.core/lib/onyx/source/css/onyx.css
---
(0112468)
hgbot   
2019-06-06 11:54   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 646e90cfd08fb8a1280fde0998b8417a267d7539
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Thu Jun 06 11:53:37 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/646e90cfd08fb8a1280fde0998b8417a267d7539 [^]

Related to issue 40728: Upcoming chrome75 will removed caret propery from CSS used in WebPOS

---
M web/org.openbravo.mobile.core/build/lib.css
M web/org.openbravo.mobile.core/lib/onyx/css/onyx.css
M web/org.openbravo.mobile.core/lib/onyx/source/css/onyx.css
---