[ES][pccomponentes] Autofill is not working properly on several of the address form fields
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: asoncutean, Assigned: enndeakin)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(6 files)
Found in
- 131.0a1
Affected versions
- 131.0a1
Tested platforms
- Windows 11
Preconditions
- Install Firefox es-ES build
- Have set in about:config:
* browser.search.region - ES
* extensions.formautofill.addresses.experiments.enabled - True
* extensions.formautofill.addresses.supportedCountries - ES - Use ES VPN
Steps to reproduce
- Go to https://www.pccomponentes.com
- Add an item to Cart and navigate to the checkout page
- Autofill the address form and observed the populated fields
Expected result
- Form autofill/preview/clear are correctly applied to all eligible fields based on the saved data.
Actual result
- Preview is not working for the Province field
- Preview and autofill work independently: Telephone field by itself, Postal code and City separately and the the rest of the fields separately as well
- Preview and Clear functions don't work for the Street number, but it will be autofilled if accessed directly from this field, but note that it will retain the previous info submitted, that was never saved through Address Capture doorhanger ( see bug 1913697), no info from about:preferences will be displayed.
- Additional street info seams to have the main role for the street info here, the preview/autofill/clear works but the information displayed is not for additional info, and for the main street info.
Regression range
- N/A
Additional notes
- The only issue on Chrome is for the Province field, where previews doesn't work as well.
- Fathom sample.
- Clear will delete all fields that are populated regardless of the field and if the preview/autofill works independently.
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•7 months ago
|
||
Remove the word 'provincia' from address-level2 since it should match address-level1, and already exists there, also null-check isoids when comparing province codes since some countries such as Spain do not have them defined in the metadata.
This doesn't affect the actual site for this bug since it uses a custom dropdown for province with a real hidden <select> behind the scenes, but it does fix filling in that hidden <select> as shown in the reduced testcase.
Updated•7 months ago
|
| Assignee | ||
Comment 4•7 months ago
|
||
Depends on D255122
| Assignee | ||
Comment 5•6 months ago
|
||
Backed out for causing bc failures @ browser_autofill_address_housenumber.js
Comment 10•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/70c9ba781adb
https://hg.mozilla.org/mozilla-central/rev/56bda26c98ae
https://hg.mozilla.org/mozilla-central/rev/e2282b93feac
Comment 11•6 months ago
•
|
||
Hi Neil,
I just verified this in the latest Nightly build 142.0a1 (2025-06-29), and all the eligible fields are now autofilled, except the Province one(drop-down field), but the autofill preview(which worked before) is no longer displayed in any field (see the screen recording attached in this comment).
Just let me know if we can consider this bug as fixed and mark it as verified accordingly and file a new bug for the preview issue, or we should re-open this one?
Thanks!
Updated•6 months ago
|
| Assignee | ||
Comment 12•6 months ago
|
||
The preview seems to only be an issue for the first address you select on the dropdown menu. It is probably related to the manner in which the site changes the placeholder when the field is focused. It is very minor and unlikely that we will try to fix this edge case for this one site so I don't think a bug is worth filing for this.
Comment 13•6 months ago
|
||
Thanks for the answer. I will mark this as verified.
Description
•