[US][wish] The "Address" and "State" fields are not autofilled when selecting an address from Fenix
Categories
(Toolkit :: Form Autofill, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | affected |
People
(Reporter: apetridean, Assigned: segun)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
76.41 KB,
image/jpeg
|
Details |
Preconditions:
Modify the following pref via about:config: browser.search.region set to US.
Have some saved addresses.
Steps to reproduce
- Go to: https://www.wish.com/
- Login with a valid account
- Add a product to the cart and proceed to checkout.
- On the “Add shipping address” tap the “First name” text box and select a card from the select address dropdown.
- Observe the behavior.
Expected result:
All the fields are completed, including the “Address” and “State/Province” fields.
Actual result:
The Address and “State/Province” fields are not autofilled.
Device information
Firefox version: Firefox 124.0b5
Android device model and OS: Samsung Galaxy S23 Ultra (Android 14)
Any additional information?
Please note, the “Address” and “State/Province” fields also don't trigger the select address dropdown list.
Updated•19 days ago
|
Updated•19 days ago
|
| Assignee | ||
Updated•6 days ago
|
| Assignee | ||
Comment 1•5 days ago
|
||
There are two issues reported here:
- Address line 1/2 not getting autofilled.
- State not getting autofilled.
The first issue is no longer reproducible.
However, the second issue persists. I spent some time looking into this issue. I noticed that the state field is not an autofillable field - not a select, or input. It's a custom div with the states as children of that div, so we have no idea how to fill it. In addition, they do have an input field with the name state - <input id="state" class="FormElement__FormDummyInput-h7mauq-24 hStClv"> , but it does not appear set up for autofill, and that's why it is not getting filled.
I was able to reproduce this issue on desktop as well. So, I'll resolve this as WONTFIX for now, since there's no further action we want to take at this moment.
| Assignee | ||
Comment 2•5 days ago
|
||
Reopening this because I was told we should move this to the desktop/platform component so that we can track it. This works on some other browsers, so there's an opportunity to improve how we detect fields.
| Assignee | ||
Updated•5 days ago
|
| Assignee | ||
Updated•5 days ago
|
| Assignee | ||
Updated•4 days ago
|
Description
•