6.0.0-alpha14
7/2/25

[#13984] Inconsistent address autocomplete display filter
Summary Inconsistent address autocomplete display filter
Queue IMP
Queue Version 6.2.2
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester jsveiga (at) it (dot) eng (dot) br
Created 05/13/2015 (3703 days ago)
Due
Updated 10/20/2017 (2812 days ago)
Assigned
Resolved 01/22/2016 (3449 days ago)
Github Issue Link
Github Pull Request
Milestone 6.2.12
Patch Yes

History
10/20/2017 08:33:33 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 9b7fde8e48eb895688412db199210e758d9b2e6e
Author: Jan Schneider <jan@horde.org>
Date:   Fri, 22 Jan 2016 14:13:11 +0100

[jan] Fix autocompleter filtering if items exceed the maximum size 
(jsveiga@it.eng.br, Bug #13984).

  M docs/CHANGES
  M lib/Ajax/Imple/AutoCompleter/Pretty.php
  M package.xml

https://github.com/horde/imp/commit/9b7fde8e48eb895688412db199210e758d9b2e6e
01/22/2016 05:42:36 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit 1dbeb97c28f1f9e66a89a70cacc060d1dde619a2
Author: Jan Schneider <jan@horde.org>
Date:   Fri Jan 22 14:13:11 2016 +0100

     [jan] Fix autocompleter filtering if items exceed the maximum 
size (jsveiga@it.eng.br, Bug #13984).

  imp/js/compose.js |    2 +-
  imp/package.xml   |    1 +
  2 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/1dbeb97c28f1f9e66a89a70cacc060d1dde619a2
01/22/2016 01:13:44 PM Jan Schneider Comment #3
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 6.2.12
Reply to this comment
Committed, thanks!
01/22/2016 01:13:27 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 38c80f30d9bf2da2da43572c22934c9f73ee5a5f
Author: Jan Schneider <jan@horde.org>
Date:   Fri Jan 22 14:13:11 2016 +0100

     [jan] Fix autocompleter filtering if items exceed the maximum 
size (jsveiga@it.eng.br, Bug #13984).

  imp/docs/CHANGES                            |    2 ++
  imp/lib/Ajax/Imple/AutoCompleter/Pretty.php |    2 +-
  imp/package.xml                             |    2 ++
  3 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/38c80f30d9bf2da2da43572c22934c9f73ee5a5f
05/13/2015 01:14:10 PM jsveiga (at) it (dot) eng (dot) br Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Inconsistent address autocomplete display filter
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: horde_imp_lib_Ajax_Imple_Autocompleter_Pretty.php.patch Download
State ⇒ Unconfirmed
Reply to this comment
If the
"Contact Name Longer Than MaxItem Size <contactemail@domain.com>"
is longer than the maxItemSize, it is truncated to, for example,
"Contact Name Longer Than MaxItem Size <contacte..."
Then the displayFilter in
horde/imp/lib/Ajax/Imple/AutoCompleter/Pretty.php
fails to remove the "<contacte..." part, as the regex does not account 
for the ... and missing >.

Saved Queries