Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044823Retail ModulesWeb POSpublic2020-08-14 15:042020-09-04 07:56
shuehner 
prakashmurugesan88 
normalminorhave not tried
closedfixed 
5
 
 
merged
marvintm
No
Production - Confirmed Stable
RR19Q3
No
0044823: "Browser not supported" message not shown on Firefox when trying to use the WebPOS
The WebPOS used to check and show a message if the browser used is not supported.

Using Firefox browser that message is no longer shown since 19Q3.3.

Using livebuilds older WebPOS versions:
Message is correct shown in: 3.0RR19Q2.3
Message is no longer shown since: 3.0RR19Q3.3

In browser console since 20Q2 some javascript errors are shown while earlier release do not show any errors.
Use Firefox browser and try to go to WebPOS Login page:
No tags attached.
depends on backport 0044970RR20Q3.1 closed prakashmurugesan88 "Browser not supported" message not shown on Firefox when trying to use the WebPOS 
depends on backport 0044971RR20Q2.2 closed prakashmurugesan88 "Browser not supported" message not shown on Firefox when trying to use the WebPOS 
patch i44823_19Q3To20Q1.patch (4,169) 2020-08-31 04:41
https://issues.openbravo.com/file_download.php?file_id=14920&type=bug
Issue History
2020-08-14 15:04shuehnerNew Issue
2020-08-14 15:04shuehnerAssigned To => Retail
2020-08-14 15:04shuehnerOBNetwork customer => No
2020-08-14 15:04shuehnerRegression level => Production - Confirmed Stable
2020-08-14 15:04shuehnerRegression introduced in release => RR19Q3
2020-08-14 15:04shuehnerTriggers an Emergency Pack => No
2020-08-27 06:32prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-08-27 06:33prakashmurugesan88Statusnew => scheduled
2020-08-31 04:29hgbotMerge Request Status => open
2020-08-31 04:29hgbotNote Added: 0122452
2020-08-31 04:41prakashmurugesan88File Added: i44823_19Q3To20Q1.patch
2020-09-03 07:17marvintmStatusscheduled => acknowledged
2020-09-03 07:17marvintmStatusacknowledged => scheduled
2020-09-04 07:34marvintmReview Assigned To => marvintm
2020-09-04 07:34marvintmNote Added: 0122636
2020-09-04 07:34marvintmStatusscheduled => closed
2020-09-04 07:34marvintmResolutionopen => no change required
2020-09-04 07:55hgbotResolutionno change required => fixed
2020-09-04 07:55hgbotStatusclosed => resolved
2020-09-04 07:55hgbotFixed in Version => RR20Q2.2
2020-09-04 07:55hgbotNote Added: 0122638
2020-09-04 07:55hgbotMerge Request Statusopen => merged
2020-09-04 07:55hgbotNote Added: 0122639
2020-09-04 07:55marvintmNote Added: 0122640
2020-09-04 07:56marvintmStatusresolved => closed
2020-09-04 07:56marvintmFixed in VersionRR20Q2.2 =>

Notes
(0122452)
hgbot   
2020-08-31 04:29   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/58 [^]
(0122636)
marvintm   
2020-09-04 07:34   
After further analysis, it seems the problem cannot be reproduced either in 20Q4/master, or in 20Q3. However, it can be reproduced in 20Q2 and previous releases.

We have created a backport for 20Q2, and we have also attached a patch that can be used for previous releases if needed.
(0122638)
hgbot   
2020-09-04 07:55   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: de7184cc990fa4ff8c4088b2ed504b6493f9043a
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-08-29T08:35:11+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/de7184cc990fa4ff8c4088b2ed504b6493f9043a [^]

Fixed BUG-44823 : Browser not supported message is not shown in firefox
* Issue occurs as there is js error where it tries to open database and fetch pending messages from websql
* Fixed by validating browser support before open database and fetching pending message

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0122639)
hgbot   
2020-09-04 07:55   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/58 [^]
(0122640)
marvintm   
2020-09-04 07:55   
The change actually happened in the 20Q2 branch.