Closed
Bug 146569
Opened 22 years ago
Closed 22 years ago
authenticated LDAP autocompletion autopicks current addr after password entered
Categories
(MailNews Core :: LDAP Integration, defect, P1)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
(Keywords: dataloss, Whiteboard: [ADT2 RTM])
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
bugzilla
:
review+
hewitt
:
superreview+
dbaron
:
approval+
|
Details | Diff | Splinter Review |
When doing an LDAP autocomplete, when the user is entering a password, this
gives away focus to the nsIAuthPrompt password dialog. This confuses the
autocomplete widget into thinking that it's done, and it automatically accepts
the currently selected address. If a user isn't paying close attention, they
could possibly send mail to someone they didn't intend.
Current theory on fixing this: I'll add an attribute to the autocomplete widget
which allows the widget to run in a mode where it ignores loss of focus messages
until all the sub-sessions have completed. Or perhaps at least until the menu
has dropped down. Need to make sure this doesn't add any weird side effects,
like leaving the menu up indefinitely if a server doesn't respond.
Assignee | ||
Updated•22 years ago
|
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Updated•22 years ago
|
Priority: -- → P2
Comment 1•22 years ago
|
||
Discussed in mail news bug meeting. Decided to plus this bug.
Assignee | ||
Comment 2•22 years ago
|
||
First cut at a patch for this. Need to talk some issues over with hewitt
before I'm super-confident, however.
Assignee | ||
Updated•22 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 3•22 years ago
|
||
Tweaked a few things after discussion with hewitt. Joe, can you review this
version?
Attachment #87090 -
Attachment is obsolete: true
Assignee | ||
Comment 4•22 years ago
|
||
Fixed bogus comment.
Attachment #87167 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
Comment on attachment 87168 [details] [diff] [review]
patch, v3
sr=hewitt
Attachment #87168 -
Flags: superreview+
Comment 6•22 years ago
|
||
Comment on attachment 87168 [details] [diff] [review]
patch, v3
r=blake
Attachment #87168 -
Flags: review+
Assignee | ||
Comment 7•22 years ago
|
||
Fix checked into the trunk; still needs to land on the branch.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Keywords: adt1.0.1,
mozilla1.0.1
Resolution: --- → FIXED
Comment 8•22 years ago
|
||
yulian, could you verify this on the trunk?
Comment 9•22 years ago
|
||
Verified with 20020613 Trunk builds on WIn2K and Linux platforms.
Comment 11•22 years ago
|
||
Comment on attachment 87168 [details] [diff] [review]
patch, v3
Please land this on the 1.0.1 branch. Once there, replace the
"mozilla1.0.1+" keyword with the "fixed1.0.1" keyword.
Attachment #87168 -
Flags: approval+
Updated•22 years ago
|
Keywords: mozilla1.0.1 → mozilla1.0.1+
Comment 13•22 years ago
|
||
Verified with 20020617 Branch builds on Win2K and Linux platforms.
Status: RESOLVED → VERIFIED
Keywords: fixed1.0.1 → verified1.0.1
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
•