[Tickets #10446] Re: No address autocompletion with ldap backend
bugs at horde.org
bugs at horde.org
Tue Aug 23 19:20:38 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10446
------------------------------------------------------------------------------
Ticket | 10446
Updated By | par.aronsson at telia.com
Summary | No address autocompletion with ldap backend
Queue | IMP
Version | 5.0.10
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
par.aronsson at telia.com (2011-08-23 19:20) wrote:
I'm in way over my head here, but this is what I've found using Firebug.
In IMP the To box has this code:
<td class="sendtextarea">
<textarea id="to" cols="75" rows="1" name="to" autocomplete="off"></textarea>
<span id="to_loading_img" class="loadingImg" style="display: none;"></span>
</td>
In Kronolith it's this:
<div id="kronolithAttendeesACBox" class="hordeACBox
kronolithLongField" style="position: relative;">
<ul class="hordeACList">
<li id="kronolithAttendeesACTriggerContainer" class="hordeACListMember">
<input id="kronolithEventAttendeesreal" class="hordeACTrigger"
name="kronolithEventAttendeesreal" autocomplete="off" style="width:
100px;">
</li>
</ul>
<span style="float: left; display: inline-block; position: absolute;
left: -1000px;"></span>
<input id="kronolithEventAttendees" name="attendees" style="display: none;">
</div>
In the case of Kronolith js/prettyautocomplete.js is used. Not in IMP.
More information about the bugs
mailing list