[Tickets #11233] Auto-completion not working
bugs at horde.org
bugs at horde.org
Mon Jul 2 17:07:20 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11233
------------------------------------------------------------------------------
Ticket | 11233
Created By | Jan Schneider <jan at horde.org>
Summary | Auto-completion not working
Queue | IMP
Version | Git develop
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2012-07-02 19:07) wrote:
o.arr is null
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.
More information about the bugs
mailing list