Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028196Retail ModulesWeb POSpublic2014-11-17 18:192014-11-19 00:31
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR15Q1RR15Q1 
marvintm
No
0028196: Product search can block sometimes with many products
If there are many products then product search can block when typing the first character.

This happens when there are many products to render, the thread which renders the products also blocks user input.
Type one character in the product search and wait one second. Cursor disappears for a while, while the products are rendered.
Set minLengthToSearch: 2 on the SearchInputAutoFilter in the file ob-retail-searchproductcharacteristic.js
No tags attached.
diff issue_28196_Q2.diff (764) 2014-11-19 00:31
https://issues.openbravo.com/file_download.php?file_id=7523&type=bug
Issue History
2014-11-17 18:19mtaalNew Issue
2014-11-17 18:19mtaalAssigned To => mtaal
2014-11-17 18:19mtaalTriggers an Emergency Pack => No
2014-11-17 18:45hgbotCheckin
2014-11-17 18:45hgbotNote Added: 0071730
2014-11-17 18:45hgbotStatusnew => resolved
2014-11-17 18:45hgbotResolutionopen => fixed
2014-11-17 18:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e9c40098c8258a1f9828c64e86068c539604b6be [^]
2014-11-18 09:54marvintmReview Assigned To => marvintm
2014-11-18 09:54marvintmStatusresolved => closed
2014-11-18 09:54marvintmFixed in Version => RR15Q1
2014-11-19 00:31mtaalFile Added: issue_28196_Q2.diff

Notes
(0071730)
hgbot   
2014-11-17 18:45   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e9c40098c8258a1f9828c64e86068c539604b6be
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Nov 17 18:45:36 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e9c40098c8258a1f9828c64e86068c539604b6be [^]

Fixes issue 28196: Product search can block sometimes with many products
Let the product search start only if 2 chars have been entered

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---