Summary | Autocomplete of e-mail address doesn't honor ac_threshold |
Queue | Horde Base |
Queue Version | 4.0.9 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | xavier.montagutelli (at) unilim (dot) fr |
Created | 09/30/2011 (5024 days ago) |
Due | |
Updated | 09/30/2011 (5024 days ago) |
Assigned | |
Resolved | 09/30/2011 (5024 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
Priority ⇒ 1. Low
New Attachment: autocomplete.js.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Autocomplete of e-mail address doesn't honor ac_threshold
Type ⇒ Bug
State ⇒ Unconfirmed
auto-completed when I type one single character, even when the
$conf[compose][ac_threshold] = 3;
The patch attached, against horde/js/autocomplete.js, corrects this
behaviour, but I don't know why nor if it has bad side effects ...