[ebay.ca][ebay.fr][ebay.de][ebay.uk][ebay.com] The autofill dropdown is not displayed and the autofill is not working for the Phone field
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
People
(Reporter: sbadau, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(2 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 ebay.ca
- Using the autofill feature, select 1 saved address entry.
- Click in the Phone field.
Expected Results:
- All the fields should be successfully auto-filled.
- The address autofill dropdown should be displayed for all fields.
Actual Results:
- The street address field is not auto-filled.
- The address autofill dropdown is not displayed for the Phone field.
Notes:
Severity: S3 severity.
Reproducible on Chrome: No.
Reporter | ||
Comment 1•3 years ago
|
||
The issue is reproducible also on https://www.ebay.fr - tested using the latest Nightly 99.0a1 on macOS Big Sur 11.6.
Updated•3 years ago
|
Reporter | ||
Comment 2•3 years ago
|
||
The issue is reproducible also on htts://www.ebay.de - tested using the latest Nightly 99.0a1 on macOS Big Sur 11.6.
Comment 3•3 years ago
•
|
||
The same issue can be seen on ebay.com as well. The phone field is not auto-filled and can't be auto-filled with Firefox 97.0.1 on Windows 7x64 and Windows 10x64.
Reporter | ||
Comment 4•3 years ago
|
||
Reproducible also on ebay.de and ebay.uk, - on the latest Nightly 99.0a1 and macOS Big Sur 11.6.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
The telephone country code field is classified as a "country" field so the field and the following field (telephone) are considered in a new section. The reason that the telephone country field is considered as a country field is because there is a hidden select
field that matchs our heuristic.
This issue can be fixed if we check visibility on select
element as well.
https://searchfox.org/mozilla-central/rev/8329a650e3b4f866176ae54016702eb35fb8b0d6/toolkit/components/formautofill/FormAutofillUtils.sys.mjs#488-499
Comment 6•2 years ago
•
|
||
Verified - Fixed. This issue is not reproducible anymore in the latest Nightly 115.0a1 (2023-05-26). The autofill dropdown is displayed accordingly for the Phone Number field and all the fields are auto-filled correctly.
Comment 7•2 years ago
|
||
Fixed by Bug 1833618
Updated•1 years ago
|
Description
•