Closed
Bug 1849196
Opened 2 years ago
Closed 10 months ago
[US][www.walmart.com] Autofill dropdown no longer displayed when Names fields were previously pre-filled
Categories
(Toolkit :: Form Autofill, task)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox118 | --- | affected |
People
(Reporter: epopescu, Assigned: joschmidt)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
1.68 MB,
video/mp4
|
Details |
Found in
- Nightly 118.0a1
Affected versions
- Nightly 118.0a1
Tested platforms
- Affected platforms: Windows 10 x64
Preconditions:
- Set browser.search.region to US in about:config
- Save 1 or 2 addresses in about:preferences#privacy, Forms & Autofill section
- Use US VPN
- Manually save an address in your Walmart Account(https://www.walmart.com/account/delivery-addresses)
Steps to reproduce
- Go to https://www.walmart.com/
- Add one item to cart and proceed to checkout
- Manually erase the pre-filled values from the First Name and Last Name fields
- Proceed in using the autofill feature in the Shipping address form
Expected result
- The autofill dropdown should be displayed in the First Name and Last Name fields, and the user should be able to use the autofill feature for all eligible fields.
Actual result
- The autofill dropdown is not displayed in the First Name and Last Name fields and the user doesn't have the possibility to autofill the saved values.
Regression range
- N/A
Additional notes
- The issue can not be entirely reproduced in Google Chrome where the feature is also broken.
- Fathom Fox page
Reporter | ||
Updated•2 years ago
|
Updated•11 months ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•11 months ago
|
Walmart checkout form has wrong autocomplete
property set:
<input autocomplete="new-password" id="react-aria-5" type="text" maxlength="25" name="firstName" required="" aria-required="true" class="w_9iFI" value="ina">
Because autocomplete
values are rated very highly, we classify the First Name
and Last Name
fields as new-password
, which are not address components. Google Chrome shows the same behavior and also does not autofill the name fields.
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•