[CA][amazon.ca] The Country and Province dropdowns are not previewed nor autofilled
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
People
(Reporter: sbadau, Unassigned)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(3 files)
Affected Versions:
Nightly 98.a1, Beta 97 and Release 96
Tested on:
MacOS 11.6
Windows 10
Preconditions:
browser.search.region US,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 amazon.ca
- Using the autofill feature, hover over any saved address entry to check the autofill preview - observe the Country and Province dropdowns
- Using the autofill feature, select any saved address entry.
Expected Results:
- The preview should be shown also on the Country and Province dropdowns.
- The Country and Province dropdowns should be auto-filled.
Actual Results:
- The preview is not done on the Country and Province dropdowns.
- The Country and Province dropdowns are not auto-filled.
Notes:
Severity: S3 severity.
Reproducible on Chrome: No.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
These two select elements have an explicit autocomplete="off", which we respect with address autofill but Chrome ignores. We also ignore autocomplete="off" for credit cards, so maybe this is yet another reason to align address autofill to credit card autofill.
Updated•3 years ago
|
Comment 3•2 years ago
|
||
The issue is still reproducible and beside that "Postal code" field isn't autofilled.
Tested on Windows 10 x64, macOS 11.6 using the latest Nightly 104.0a1, Beta 103.0b2 and Firefox 102.0.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 4•1 year ago
|
||
The issue is still reproducible on Firefox Nightly 115.0a1 (2023-05-25).
"Province" and "Postal code" fields aren't autofilled and autofill can't be triggered via "Postal code" field.
Comment 5•1 year ago
|
||
The Province/Territory is still not previewed, but it is autofilled correctly now. Also, the same behavior is present for the Country/Region field. As you can see in the screen recording, the Country is changed accordingly and the form fields are updated, but the autofill is not working on the first try. The same behavior when autofill with a different Country/Region again. Nightly 116.0a1 (2023-06-19).
Comment 6•1 year ago
|
||
Province/Territory is not previewed because the field is not implemented with <select>, it is implemented with <span>. The same behavior happens in Chrome as well. We don't have a plan to support showing preview for this case.
I'll close this bug because we can now autofill Country and Province field
Updated•1 year ago
|
Description
•