Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040268Retail ModulesWeb POSpublic2019-02-25 13:072019-03-20 17:15
asiermartirena 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR19Q2 
jorge-garcia
No
0040268: The focus is not correctly maintainging about the opened popup
There are situations in which the active popup is not correctly managed in the Web POS. This causes that when clicking anywhere, a popup that is not the active one is reacting to the click action.
Login in the Web POS.
Open the bp selector.
Click on the contextual menu and select the 'Manage Address(es)" entry.
Click on the contextual menu and select the "View Details" entry.
Close the poup.
Click on the contextual menu and select the "Edit" entry.
Click out of the active popup (the edit address popup) --> Realize that the bp selector is openend. This is caused because the address popup is reacting to the click previously done, when only the active popup (the edit popup) should react. The bp selector is opening because when having the address selector opened and when clicking somewhere that is not the popup, the address selector is closed and the bp selector is openend.
No tags attached.
Issue History
2019-02-25 13:07asiermartirenaNew Issue
2019-02-25 13:07asiermartirenaAssigned To => Retail
2019-02-25 13:07asiermartirenaResolution time => 1552431600
2019-02-25 13:07asiermartirenaTriggers an Emergency Pack => No
2019-02-26 08:20ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-02-26 08:22ranjith_qualiantech_comStatusnew => scheduled
2019-03-13 12:20hgbotCheckin
2019-03-13 12:20hgbotNote Added: 0110401
2019-03-13 12:20hgbotStatusscheduled => resolved
2019-03-13 12:20hgbotResolutionopen => fixed
2019-03-13 12:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/907eac6ff0fc8ba1a27841ea0820eb0f51bcfa7d [^]
2019-03-20 17:13jorge-garciaReview Assigned To => jorge-garcia
2019-03-20 17:15jorge-garciaNote Added: 0110518
2019-03-20 17:15jorge-garciaStatusresolved => closed
2019-03-20 17:15jorge-garciaFixed in Version => RR19Q2

Notes
(0110401)
hgbot   
2019-03-13 12:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 907eac6ff0fc8ba1a27841ea0820eb0f51bcfa7d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 13 16:50:02 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/907eac6ff0fc8ba1a27841ea0820eb0f51bcfa7d [^]

Fixed issue 40268 : Hide Customer Address Selector popup before showing View/Edit Address details popup

* Currently when showPopup is triggered, it show the popup and hide the existing popup if presents.
  In this case, scope of the existing popup is cleared properly.
  So existing popup should be hide before showing the new popup

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
---
(0110518)
jorge-garcia   
2019-03-20 17:15   
Code reviewed and tested