6.0.0-beta1
8/17/25

[#11233] Auto-completion not working
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

History
08/29/2012 12:41:09 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

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
08/29/2012 12:41:07 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
07/10/2012 05:09:40 AM Michael Slusarz State ⇒ Resolved
Priority ⇒ 2. Medium
 
07/10/2012 05:02:07 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (develop):

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
07/10/2012 05:02:02 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (develop):

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
07/02/2012 05:07:20 PM Jan Schneider Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Auto-completion not working
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
Reply to this comment
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.

Saved Queries