Open
Bug 1368858
Opened 8 years ago
Updated 2 years ago
Improve the Form Autofill heuristics to not depend on the order of DOM elements
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: selee, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [form autofill])
(In reply to Matthew N. [:MattN] (PM if requests are blocking you) from comment #78)
> Comment on attachment 8861454 [details]
> Bug 1349490 - Part 2: Use a set of regexp to recognize the input autofill
> type.;
>
> https://reviewboard.mozilla.org/r/133446/#review146296
>
> > I ever considered that...
> > Using the way with existingFieldNames here is to give address-line[1-3] field names to these inputs early.
> >
> > I think we can implement the post process after all getInfo in getFormInfo if needed.
> > However, the current process can satisfy the current requirement.
>
> Isn't the proposed solution dependent on the DOM order of the form fields
> e.g. if `address-line1` appears after `address-line2` then it may be
> incorrect? I think that's an edge case but I still don't like the change to
> the API, requiring existing field names to be passed in. I guess we can fix
> it in a follow-up so that we can get this landed.
Updated•8 years ago
|
Whiteboard: [form autofill:M3] → [form autofill:MVP]
Comment 1•7 years ago
|
||
Remove it from MVP scope until we find a test case.
Whiteboard: [form autofill:MVP] → [form autofill]
Updated•7 years ago
|
Component: Form Manager → Form Autofill
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•