Openbravo Issue Tracking System - Retail Modules
View Issue Details
0024128Retail ModulesWeb POSpublic2013-06-18 18:132013-07-19 08:58
jecharri 
marvintm 
highminoralways
closedfixed 
5
RMP23 
RMP25RMP25 
migueldejuana
No
0024128: The timeout in js commonbuttons is small
The timeout in js commonbuttons is small

Due to this problem, ipads devices are working slowly when they are trying to find products in search window.

The problem is that currently the request is done when the user stop writing during 750ms and it is small space of time because ipad has touch screen and users have not the hability to push fast the buttons
-
Change in file "modules/org.openbravo.retail.posterminal/web/org.openbravo.retail.posterminal/js/components/commonbuttons.js" line 518

setTimeout(function () {
if (temp === me.getValue()) {
me.doFiltered();
}
}, 750);

increase from 750 to 1500
No tags attached.
Issue History
2013-06-18 18:13jecharriNew Issue
2013-06-18 18:13jecharriAssigned To => marvintm
2013-06-18 18:13jecharriResolution time => 1377640800
2013-07-03 09:06jecharriProposed Solution updated
2013-07-04 16:16hgbotCheckin
2013-07-04 16:16hgbotNote Added: 0059857
2013-07-04 16:16hgbotStatusnew => resolved
2013-07-04 16:16hgbotResolutionopen => fixed
2013-07-04 16:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/faf12039b505165738f485fc150b7a518d48e22c [^]
2013-07-08 15:23hgbotCheckin
2013-07-08 15:23hgbotNote Added: 0059915
2013-07-08 15:23hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/faf12039b505165738f485fc150b7a518d48e22c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/faf12039b505165738f485fc150b7a518d48e22c [^]
2013-07-19 08:58migueldejuanaReview Assigned To => migueldejuana
2013-07-19 08:58migueldejuanaNote Added: 0060116
2013-07-19 08:58migueldejuanaStatusresolved => closed
2013-07-19 08:58migueldejuanaFixed in Version => RMP25

Notes
(0059857)
hgbot   
2013-07-04 16:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: faf12039b505165738f485fc150b7a518d48e22c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 04 16:15:46 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/faf12039b505165738f485fc150b7a518d48e22c [^]

Fixed issue 24128. Increased a bit the timeout to do the filtering to improve behavior in mobile devices.

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0059915)
hgbot   
2013-07-08 15:23   
Repository: erp/pmods/org.openbravo.mobile.core.multiorder
Changeset: faf12039b505165738f485fc150b7a518d48e22c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 04 16:15:46 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/faf12039b505165738f485fc150b7a518d48e22c [^]

Fixed issue 24128. Increased a bit the timeout to do the filtering to improve behavior in mobile devices.

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0060116)
migueldejuana   
2013-07-19 08:58   
Fixed and reviewed in 4abc82b73efa