Closed
Bug 556817
Opened 15 years ago
Closed 15 years ago
Better detect fields to suggest people
Categories
(Mozilla Labs :: Identity, defect)
Mozilla Labs
Identity
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
6.64 KB,
patch
|
Details | Diff | Splinter Review |
Currently we only guess by checking the input's name. We can do better!
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → edilee
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•15 years ago
|
||
http://hg.mozilla.org/labs/people/rev/2990ccad08d7
Override satchel/form-autocomplete;1 instead of autocomplete/search;1?name=form-history so that we can get the html input to check various attributes. Always suggest if type=email, and check name/id/rel for maybes. Bump minver to 3.6 as that's when the the input started getting passed to autoCompleteSearch.
One oddity is that input.type reverted to "text" but getAttribute("type") correctly provided the original "email".
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Mozilla Services → Mozilla Labs
Target Milestone: --- → --
You need to log in
before you can comment on or make changes to this bug.
Description
•