Details
-
Type:
Sub-task
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: 3.4.8, 4.4.0
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM
-
Labels:None
-
Sprint:Sprint 1
Description
When I search a contact through the input field in the left upper corner, a request is made to the server after each keypress. Looking into the code, there should be a delay of 400 ms before a request is send to the server. Is this broken ?
Eg.: When I search a contact with 5 characters while typing it into the search field it takes at least 5 times longer to search for in comparison when copy paste the search string into the field.
No delay was set for the JQuery Autocomplete.
Delay of 400 ms is now set for the autocomplete. Please apply the attached patch.