Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.4
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
Description
After tracing. There are two part of this problem.
First is abuot jquery.autocomplete, fixed by patch. Jquery.autocomplete is just a setting problem.
Can be reproduce in New Contribution page: http://<site>/civicrm/contribute/add&reset=1&action=add&context=standalone
We need only 1 character to trigger the search, but the settings in template set minimal char by 2! That's why when we enter the first name(only one char), then nothing happened. Only we enter first name then type comma "," will trigger the search.
The patch of templates/CRM/Contact/Form/NewContact.tpl is in attachment. Still need to find out if there are more bugs in settings for jquery.autocomplete.
Second is about jquery.tokeninput. Didn't look around what's happened there.
Can be reproduce in New Contact Email page: http://<site>/civicrm/activity/add&atype=3&action=add&reset=1&context=standalone
We believe it have problem on keyDown. Still need to work there, and need to config for trigger by 1 char.
Attachments
Issue Links
- is duplicated by
-
CRM-6019 could not create new contact when changed UI to Simplified Chinese
- Done/Fixed