[CA][canadiantire.ca] The autofill dropdown is not displayed and the autofill is not working for street address field
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
People
(Reporter: ailea, Unassigned)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
784.95 KB,
video/mp4
|
Details |
Affected Versions:
Nightly 98.a1, Beta 97 and Release 96
Tested on:
MacOS 11
Windows 10
Preconditions:
browser.search.region CA
extensions.formautofill.addresses.enabled - true
extensions.formautofill.supportedCountries US,CA
download latest Firefox Nightly with region locale
have a complete address already saved in about:preferences#privacy
Steps to reproduce:
- Reach the address form on canadiantire.ca
- Using the autofill feature, select 1 saved address entry.
- Click in the street address field.
Expected Results:
- All the fields should be successfully autofilled.
- The address autofill dropdown should be displayed for all fields.
Actual Results:
- The street address field is not autofilled.
- The address autofill dropdown is not displayed for street address field.
Notes:
Reproducible on Chrome: No, both address dropdown trigger and autofill for street address field are working as expected on Chrome.
Comment 1•3 years ago
|
||
So the particular street address field in question has the autocomplete attribute explicitly set to "off", but as we've seen in Bug 1751159, Chrome ignores the autocomplete="off" case while we respect autocomplete="off" for addresses. We don't respect autocomplete="off" in the credit card case, so maybe we should adjust address autofill to behave this way as well since it benefits the user.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Closing as resolved: Worksforme since the issue isn't reproducible anymore, but logged a new bug related to Province field bug 1777237.
Tested on Windows 10 x64, macOS 11.6 using the latest Nightly 104.0a1, Beta 103.0b2 and Firefox 102.0.
Description
•