Summary | Auto-completion not working |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 07/02/2012 (4794 days ago) |
Due | |
Updated | 08/29/2012 (4736 days ago) |
Assigned | |
Resolved | 07/10/2012 (4786 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit abd812a0590b4e605fd6faae5ab33c34ca5d27b9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 9 22:55:46 2012 -0600
[mms] Fix browser-based AJAX autocompletion (
Bug #11233).imp/docs/CHANGES | 1 +
imp/docs/RELEASE_NOTES | 1 -
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
imp/package.xml | 2 ++
4 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/abd812a0590b4e605fd6faae5ab33c34ca5d27b9
commit 09530846c8135cff601be47af5e2880dbc562418
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 9 22:55:24 2012 -0600
[mms] Fix browser-based AJAX autocompletion (
Bug #11233).framework/Core/js/autocomplete.js | 2 +-
.../Horde/Core/Ajax/Imple/AutoCompleter/Local.php | 2 ++
.../Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 5 -----
framework/Core/package.xml | 4 ++--
4 files changed, 5 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/09530846c8135cff601be47af5e2880dbc562418
Priority ⇒ 2. Medium
commit abd812a0590b4e605fd6faae5ab33c34ca5d27b9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 9 22:55:46 2012 -0600
[mms] Fix browser-based AJAX autocompletion (
Bug #11233).imp/docs/CHANGES | 1 +
imp/docs/RELEASE_NOTES | 1 -
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
imp/package.xml | 2 ++
4 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/abd812a0590b4e605fd6faae5ab33c34ca5d27b9
commit 09530846c8135cff601be47af5e2880dbc562418
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 9 22:55:24 2012 -0600
[mms] Fix browser-based AJAX autocompletion (
Bug #11233).framework/Core/js/autocomplete.js | 2 +-
.../Horde/Core/Ajax/Imple/AutoCompleter/Local.php | 2 ++
.../Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 5 -----
framework/Core/package.xml | 4 ++--
4 files changed, 5 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/09530846c8135cff601be47af5e2880dbc562418
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Auto-completion not working
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
getUpdatedChoices()autocomplete.js (Zeile 322) entry = "marion"
onObserverEvent()autocomplete.js (Zeile 170)
delay()prototype.js (Zeile 434)
This is how the inline initialization looks like:
HordeImple.AutoCompleter["to"]=new
Autocompleter.Local("to",null,{tokens:[","],fullSearch:1,partialSearch:1,score:1,onSelect:function (v) { return v + ", "; },onType:function (e) { return e.include("<") ? "" : e;
},indicator:"to_loading_img"});
I wonder why it's using the Local completer anyway, my address book is
pretty large. Maybe that's actually the bug.