Open
Bug 1719710
Opened 3 years ago
Updated 3 years ago
Saved form autofill not offered on snorerx.com checkout page
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox91 | --- | affected |
People
(Reporter: yoasif, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
- Ensure Firefox has autofill data saved
- Go to https://www.snorerx.com/cart.php?target=checkout
- Type string from autofill data in "First name" field
What happens:
Autofill data is not selectable.
Expected result:
I can fill in the form with autofill data previously filled in to Firefox. Chromium works here.
Debug data:
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
FormAutofillContent: identifyAutofillFields: https://www.snorerx.com/cart.php?target=checkout FormAutofill.jsm:54
FormAutofillHandler: Ignoring FormAutofillAddressSection related fields since it is an invalid section FormAutofillHandler.jsm:90
FormAutofillContent: Adding form handler to _formsDetails:
Object { form: {…}, fieldDetails: [], sections: (1) […], _sectionCache: WeakMap(0), window: Window, winUtils: XPCWrappedNative_NoHelper, timeStartedFillingMS: null, onFormSubmitted: onFormSubmitted() }
FormAutofill.jsm:54
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
FormAutofillContent: identifyAutofillFields: https://www.snorerx.com/cart.php?target=checkout FormAutofill.jsm:54
FormAutofillContent: No control is removed or inserted since last collection. FormAutofill.jsm:54
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
FormAutofillContent: identifyAutofillFields: https://www.snorerx.com/cart.php?target=checkout FormAutofill.jsm:54
FormAutofillContent: No control is removed or inserted since last collection. FormAutofill.jsm:54
FormAutofillContent: updateActiveElement: no element selected FormAutofill.jsm:54
Comment 1•3 years ago
|
||
Hi Asif, thanks for filing. This does appear to be reproducible, not sure why this is happening at first glance. It'll need some further investigation.
You need to log in
before you can comment on or make changes to this bug.
Description
•