Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037524Retail ModulesWeb POSpublic2017-12-20 15:002017-12-22 11:34
jorgewederago 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
No
0037524: Under certain circumstances the WebPOS is frozen
If an incremental refresh happens while the drop down menu is open, once the refresh has finished, nothing but the menu will work.

It looks like this is related to the pop-up appearing when the menu is open.
1.- Log into the backend
2.- Go to the POS Terminal Type window and change the value of incremental refresh to 1 minute
3.- Log into the WebPOS
4.- Open the menu and wait until the incremental refresh happens.
5.- Once the incremental has finished you wont be able to do anything but clicking on the menu options.
No tags attached.
Issue History
2017-12-20 15:00jorgewederagoNew Issue
2017-12-20 15:00jorgewederagoAssigned To => Retail
2017-12-20 15:00jorgewederagoTriggers an Emergency Pack => No
2017-12-20 15:01jorgewederagoResolution time => 1544396400
2017-12-20 15:10jorgewederagoResolution time1544396400 => 1515538800
2017-12-21 17:21jorge-garciaStatusnew => scheduled
2017-12-21 17:21jorge-garciaAssigned ToRetail => jorge-garcia
2017-12-22 09:33hgbotCheckin
2017-12-22 09:33hgbotNote Added: 0101199
2017-12-22 09:33hgbotStatusscheduled => resolved
2017-12-22 09:33hgbotResolutionopen => fixed
2017-12-22 09:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/508353a657d9498bac41d8a6e24b8b58a464ff76 [^]
2017-12-22 11:34marvintmReview Assigned To => marvintm
2017-12-22 11:34marvintmStatusresolved => closed
2017-12-22 11:34marvintmFixed in Version => RR18Q1

Notes
(0101199)
hgbot   
2017-12-22 09:33   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 508353a657d9498bac41d8a6e24b8b58a464ff76
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Dec 21 17:15:19 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/508353a657d9498bac41d8a6e24b8b58a464ff76 [^]

Fixed issue 37524: Under certain circumstances the WebPOS is frozen

The solution is to hide the menu when a popup is shown. Those menus remains
hidden after the popup is hide, but can be shown again.

Fix also the same problem with contextual menu in webPOS, and a problem with
the showLoading too.

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
M web/org.openbravo.mobile.core/source/component/ob-listcontextmenu.js
---