Open
Bug 1886153
Opened 7 months ago
Updated 2 months ago
Cache modified address and credit card forms
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: janika, Unassigned)
References
Details
(Whiteboard: [fxcm-addr-compatibility] )
In Bug 1835771 we fail to capture the address form. That's because when the FormAutofillChild receives the page navigation event, some address fields are already disconnected from the DOM...
In LoginManagerChild when the user modifies login fields we will cache the login form. This way we preserve it in order to have it in case it is removed before a form submission.
Updated•7 months ago
|
Reporter | ||
Comment 1•6 months ago
|
||
Bug 1884632 is introducing an improvement for this issue by submitting the cached forms in this._fieldDetailsManager._formsDetails
after a page navigation, instead of relying on the process' active element anymore when retrieving the forms.
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•