Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036563Retail ModulesWeb POSpublic2017-04-20 09:292017-08-02 15:31
guillermogil 
jorge-garcia 
urgentminoralways
closedfixed 
107
 
RR17Q2.2 
migueldejuana
No
0036563: 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 => RR17Q2.2
2017-08-01 11:53hgbotCheckin
2017-08-01 11:53hgbotNote Added: 0098293
2017-08-01 11:53hgbotStatusscheduled => resolved
2017-08-01 11:53hgbotResolutionopen => fixed
2017-08-01 11:53hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e6387c95ae5d35f1cfa4edcda147a1d3e182371d [^] => http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.mobile.core/rev/84808a7a791bd54dfb2116f7870c4dca1b21fd1f [^]
2017-08-01 11:58hgbotCheckin
2017-08-01 11:58hgbotNote Added: 0098295
2017-08-01 11:58hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.mobile.core/rev/84808a7a791bd54dfb2116f7870c4dca1b21fd1f [^] => http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal/rev/61e57e7e177a61e92a4d292f83168c7d35b075cb [^]
2017-08-02 15:31migueldejuanaReview Assigned Toguilleaer => migueldejuana
2017-08-02 15:31migueldejuanaNote Added: 0098338
2017-08-02 15:31migueldejuanaStatusresolved => closed

Notes
(0098293)
hgbot   
2017-08-01 11:53   
Repository: retail/backports/3.0RR17Q2.2/org.openbravo.mobile.core
Changeset: 84808a7a791bd54dfb2116f7870c4dca1b21fd1f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Aug 01 11:51:33 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.mobile.core/rev/84808a7a791bd54dfb2116f7870c4dca1b21fd1f [^]

Fixed issue 36563. 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
---
(0098295)
hgbot   
2017-08-01 11:58   
Repository: retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal
Changeset: 61e57e7e177a61e92a4d292f83168c7d35b075cb
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Aug 01 11:52:16 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal/rev/61e57e7e177a61e92a4d292f83168c7d35b075cb [^]

Fixed issue 36563. 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
---
(0098338)
migueldejuana   
2017-08-02 15:31   
Tested and reviewed