Open
Bug 1872825
Opened 10 months ago
Updated 5 months ago
[CA][newegg.com] The Address Capture doorhanger fails to record the Name and the Street Address
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
NEW
People
(Reporter: asoncutean, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
49.14 KB,
image/png
|
Details |
Found in
- 123.0a1
Affected versions
- 123.0a1
Affected platforms
- Windows 10
Preconditions:
- en-CA build
- set in about:config the following:
* browser.search.region = CA
* extensions.formautofill.addresses.capture.v2.enabled = true
* extensions.formautofill.addresses.supported = on
* extensions.formautofill.heuristics.captureOnFormRemoval = true
* extensions.formautofill.heuristics.captureOnPageNavigation = true
Steps to reproduce
- Reach the address form on https://www.newegg.ca/
- Fill in manually new Address info and submit the form.
Expected result
- All the filled in values are captured in the "Save address" doorhanger.
Actual result
- The Street Address is not captured.
Regression range
- N/A
Additional notes
- Fathom sample
- The problem here seems to be that there are two fields for Address, the first one is a search field, but a required field that provides suggestions. If only this field is filled the address is not captured, if I fill the second field as well the address is captured but the street address is duplicated on the site. Note, that I can't fill only the second one, since an "Address is required" message is triggered for the first field.
- The autofill is not working for the Full Name field and the first Address field, but it does for the second Address field.
Reporter | ||
Updated•10 months ago
|
Summary: [CA][newegg.com] The Address Capture doorhanger fails to record the Street Address → [CA][newegg.com] The Address Capture doorhanger fails to record the Name and the Street Address
Updated•10 months ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•10 months ago
|
Comment 1•10 months ago
|
||
The street-address
field has autocomplete="new-password"
so we will not autofill/capture it.
As for the name
field, we might be able to recognize it if we use previousElementSibling to locate a label.
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•