| 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 (3832 days ago) |
| Due | |
| Updated | 10/20/2017 (2941 days ago) |
| Assigned | |
| Resolved | 01/22/2016 (3578 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 6.2.12 |
| Patch | Yes |
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
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
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 6.2.12
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
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
State ⇒ Unconfirmed
"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 >.