Open
Bug 1895437
Opened 2 years ago
Updated 2 years ago
FormAutofillChild should keep track of last submitted values
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: janika, Unassigned)
References
Details
(Whiteboard: [fxcm-addr-compatibility])
FormAutofillChild should keep track of the last submitted values to avoid prompting twice for the same form/values. This can happen when multiple heuristics detect the submission of the same form, e.g. form submit event often followed by a page navigation. The FormHandlerChild will fire a form-submission-detected event for each heuristic. The consumers of this event need to decide when to capture on the submission.
LoginManager accomplishes that by using compareAndUpdatePreviouslySentValues from LoginFormState
| Reporter | ||
Updated•2 years ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•