Summary | Autocomplete doesn't work |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | leandro.damascena (at) gmail (dot) com |
Created | 06/07/2010 (5545 days ago) |
Due | |
Updated | 06/07/2010 (5545 days ago) |
Assigned | 06/07/2010 (5545 days ago) |
Resolved | 06/07/2010 (5545 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Michael Rubinsky
Summary ⇒ Autocomplete doesn't work
State ⇒ Resolved
Assigned to Michael Slusarz
Bug #9075: Need to update cached value if a string doesn't match anythinghttp://git.horde.org/diff.php/horde/js/autocomplete.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=d4b05d7efd05c84635268fb209d23f4d7e75de22
Assigned to Michael Rubinsky
Assigned to
New Attachment: debug.JPG
Please, let me know if you need further information.
In "imp / lib / Ajax / Imple / ContactAutoCompleter.php" line 33 I put
an alert:
'OnType' => 'function (e) (alert (e); return e.include ("<")? "": E;) '
And the behavior is as follows:
When the previous email is in my addressbook the value of "e" is
displayed correctly when it is not, it displays the wrong value.
I do not know if this helps you.
State ⇒ Feedback
Patch ⇒ No
State ⇒ Unconfirmed
New Attachment: imp.JPG
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Autocomplete doens't work so well
Type ⇒ Bug
Priority ⇒ 2. Medium
wrong things happen..
If I use email from my addressbook, everything works perfectly, but if
I use an address from my addressbook and one that is not in my
addressbook, the autocomplete does not work anymore, or even if I only
use addresses that are not in my catalog and try to put one that is in
my addressbook, or autocomplete never works.