Closed
Bug 79939
Opened 24 years ago
Closed 23 years ago
From: dropdown list has no effect on LDAP autocomplete settings
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: hong_bugmail, Assigned: srilatha)
References
Details
(Whiteboard: [PDT+], have a fix, r=, sr=, patch in 79792)
If a user has specified per-account LDAP autocomplete settings, and invokes a
composition window and changes their identity using the From: dropdown list,
their per-account settings aren't correctly propagated. The settings at time of
composition invocation will be used.
To reproduce, you need two different mail accounts with different autocomplete
settings.
Steps to reproduce:
1. Specify a global autocomplete server in prefs.
2. Override autocomplete for test account 1 and set to "None".
3. In Messenger, click on test account 2 in the folder pane.
4. Click on New Msg.
5. In the New Msg window, change the From: dropdown list to test account 1.
6. Type in a name.
Expected Results
No autocompletion occurs.
Actual Results
Autocompletion occurs. Autocomplete preferences for the account should be
propagated when the From: dropdown list is changed.
Assignee | ||
Updated•24 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla0.9.2
Assignee | ||
Comment 3•23 years ago
|
||
when autocompleting with test account2, we have both AbAutocompleteSession and
LDAPAutocompleteSession.
when autocompleting with test account 1, we should have only
AbAutocompleteSession but we have both AB and LDAP sessions even though we are
not calling getService on the LDAPAutocompletSession. Looks like the sessions
list is not getting updated.
ccing ducarroz and hewitt.
Assignee | ||
Comment 4•23 years ago
|
||
the patch in 79792 will fix this
Whiteboard: [PDT+] → [PDT+], have a fix, r=, sr=, patch in 79792
Assignee | ||
Comment 5•23 years ago
|
||
fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
Verified with 2001062204 trunk builds on all platforms
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•