Closed
Bug 227903
Opened 22 years ago
Closed 22 years ago
Autocomplete popup fails to show comment field for LDAP
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.5
People
(Reporter: mscott, Assigned: mscott)
References
Details
Attachments
(1 file)
|
1.48 KB,
patch
|
Details | Diff | Splinter Review |
1) Configure autocomplete for LDAP.
2) Set prefs to show an additional field in the auto complete type down:
for instance:
user_pref("mail.autoComplete.commentColumn", 2);
and
user_pref("ldap_2.servers.*servername*.autoComplete.commentFormat", "[cn]");
3) Perform typedown that generates ldap matches.
4) Note that for the first row, the popup fails to show the comment field.
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.5
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•22 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•