Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036564Retail ModulesWeb POSpublic2017-04-20 09:292017-08-02 15:32
guillermogil 
jorge-garcia 
urgentminoralways
closedfixed 
107
 
RR17Q1.3 
migueldejuana
No
0036564: Behavior of focus is different if I use the mouse or a touchscreen
Behavior of focus is different if I use the mouse or a touchscreen.
If I use a mouse to click the focus is OK but if I use a touchscreen to tap it is not focusing the inputs.
It has been reproduce with Win7 and the touchscreen BA83 of Wincor
- Login on WebPOS
- Use the mouse
- Click menu button
- Click Verified Returns
You will see that the focus is on the input

Now do the same using the touchscreen to click
- Login on WebPOS
- Use the touchscreen
- Touch menu button
- Touch Verified Returns
Focus is not on input
Focus should behave the same
No tags attached.
blocks defect 0035803 closed jorge-garcia Behavior of focus is different if I use the mouse or a touchscreen 
Issue History
2017-08-01 11:50marvintmTypedefect => backport
2017-08-01 11:50marvintmTarget Version => RR17Q1.3
2017-08-01 11:59hgbotCheckin
2017-08-01 11:59hgbotNote Added: 0098296
2017-08-01 11:59hgbotStatusscheduled => resolved
2017-08-01 11:59hgbotResolutionopen => fixed
2017-08-01 11:59hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e6387c95ae5d35f1cfa4edcda147a1d3e182371d [^] => http://code.openbravo.com/retail/backports/3.0RR17Q1.3/org.openbravo.retail.posterminal/rev/cb0525c2ec0f540dc64d184c8a309ce8bc5509ce [^]
2017-08-01 12:01hgbotCheckin
2017-08-01 12:01hgbotNote Added: 0098298
2017-08-01 12:01hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR17Q1.3/org.openbravo.retail.posterminal/rev/cb0525c2ec0f540dc64d184c8a309ce8bc5509ce [^] => http://code.openbravo.com/retail/backports/3.0RR17Q1.3/org.openbravo.mobile.core/rev/6ffce5fa44e9e8bbb56709459e0c30013e159bae [^]
2017-08-02 15:32migueldejuanaReview Assigned Toguilleaer => migueldejuana
2017-08-02 15:32migueldejuanaNote Added: 0098339
2017-08-02 15:32migueldejuanaStatusresolved => closed

Notes
(0098296)
hgbot   
2017-08-01 11:59   
Repository: retail/backports/3.0RR17Q1.3/org.openbravo.retail.posterminal
Changeset: cb0525c2ec0f540dc64d184c8a309ce8bc5509ce
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Aug 01 11:59:33 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q1.3/org.openbravo.retail.posterminal/rev/cb0525c2ec0f540dc64d184c8a309ce8bc5509ce [^]

Fixed issue 36564. Behavior of focus is different if I use the mouse or
a touchscreen

The solution is to add a delay until the focus is set in the poup input of
100ms.

---
M web/org.openbravo.retail.posterminal/js/components/subwindow.js
---
(0098298)
hgbot   
2017-08-01 12:01   
Repository: retail/backports/3.0RR17Q1.3/org.openbravo.mobile.core
Changeset: 6ffce5fa44e9e8bbb56709459e0c30013e159bae
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Aug 01 11:59:17 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q1.3/org.openbravo.mobile.core/rev/6ffce5fa44e9e8bbb56709459e0c30013e159bae [^]

Fixed issue 36564. Behavior of focus is different if I use the mouse or
a touchscreen

The solution is to add a delay until the focus is set in the poup input of
100ms.

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0098339)
migueldejuana   
2017-08-02 15:32   
tested and reviewed