Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035803Retail ModulesWeb POSpublic2017-04-20 09:292017-08-01 11:50
guillermogil 
jorge-garcia 
urgentminoralways
closedfixed 
107
 
RR17Q3 
guilleaer
No
0035803: 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.
depends on backport 0036563RR17Q2.2 closed jorge-garcia Behavior of focus is different if I use the mouse or a touchscreen 
depends on backport 0036564RR17Q1.3 closed jorge-garcia Behavior of focus is different if I use the mouse or a touchscreen 
Issue History
2017-04-20 09:29guillermogilNew Issue
2017-04-20 09:29guillermogilAssigned To => Retail
2017-04-20 09:29guillermogilResolution time => 1494453600
2017-04-20 09:29guillermogilTriggers an Emergency Pack => No
2017-04-20 09:31guillermogilOS5 => 10
2017-04-20 09:31guillermogilOS Version => 7
2017-04-20 09:31guillermogilDescription Updatedbug_revision_view_page.php?rev_id=15038#r15038
2017-04-25 16:55jorge-garciaStatusnew => scheduled
2017-04-25 16:55jorge-garciaAssigned ToRetail => jorge-garcia
2017-04-26 09:33hgbotCheckin
2017-04-26 09:33hgbotNote Added: 0096187
2017-04-26 09:33hgbotStatusscheduled => resolved
2017-04-26 09:33hgbotResolutionopen => fixed
2017-04-26 09:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e6387c95ae5d35f1cfa4edcda147a1d3e182371d [^]
2017-04-26 09:35hgbotCheckin
2017-04-26 09:35hgbotNote Added: 0096188
2017-04-27 11:00guilleaerReview Assigned To => guilleaer
2017-04-27 11:00guilleaerStatusresolved => closed
2017-04-27 11:00guilleaerFixed in Version => RR17Q3
2017-08-01 11:50marvintmStatusclosed => new
2017-08-01 11:50marvintmResolutionfixed => open
2017-08-01 11:50marvintmFixed in VersionRR17Q3 =>
2017-08-01 11:50marvintmStatusnew => scheduled
2017-08-01 11:50marvintmStatusscheduled => resolved
2017-08-01 11:50marvintmFixed in Version => RR17Q3
2017-08-01 11:50marvintmResolutionopen => fixed
2017-08-01 11:50marvintmStatusresolved => closed

Notes
(0096187)
hgbot   
2017-04-26 09:33   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e6387c95ae5d35f1cfa4edcda147a1d3e182371d
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 17:12:30 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e6387c95ae5d35f1cfa4edcda147a1d3e182371d [^]

Fixed issue 35803: 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
---
(0096188)
hgbot   
2017-04-26 09:35   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ef20270e1aa133ce064008f4575ceb4cd543da94
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 17:11:17 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ef20270e1aa133ce064008f4575ceb4cd543da94 [^]

Related to issue 35803: 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 subwindow input of
100ms.

---
M web/org.openbravo.retail.posterminal/js/components/subwindow.js
---