Bug 1719710 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Steps to reproduce:

1. Ensure Firefox has autofill data saved
2. Go to https://www.snorerx.com/cart.php?target=checkout
3. 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.
Steps to reproduce:

1. Ensure Firefox has autofill data saved
2. Go to https://www.snorerx.com/cart.php?target=checkout
3. 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

```

Back to Bug 1719710 Comment 0