Closed
Bug 1114010
Opened 11 years ago
Closed 11 years ago
remove unused/unimplemented autocomplete ignoreBlurWhileSearching
Categories
(Toolkit :: Autocomplete, defect)
Toolkit
Autocomplete
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
|
1.98 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1043310 +++
The ignoreBlurWhileSearching attribute is not really hooked up to anything. It used to exist in xpfe autocomplete though I'm not sure it actually ends up working properly there either. For the use case cited in code I would imagine it's actually the most reasonable approach in ldap to just get the authentication done for the first search and then possibly correct the suggestion manually if you got one (though that would be from a non-ldap search) and go from there.
Most ldap do not require that kind of authentication anyway, and if they do it's just madness for the user not to use the password manager to remember the password after the initial use.
All in all, I don't see a justification to implement it either.
Attachment #8539680 -
Flags: review?(mak77)
| Assignee | ||
Updated•11 years ago
|
Summary: AutoCompletion doesn't take capitalization from address book entry, can leave angle brackets characters >> in field, when loosing focus by clicking outside (not enter/tab) → remove unused/unimplemented autocomplete ignoreBlurWhileSearching
Updated•11 years ago
|
Attachment #8539680 -
Flags: review?(mak77) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•