[aliexpress] Aliexpress auto-fill address fields does not work
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
People
(Reporter: atrif, Unassigned)
References
Details
Attachments
(3 files)
Affected versions
- 98.0a1 (20220119214718)
- 97.0b5 (20220118185733)
- 96.0.2 (20220119190439)
Affected platforms
- Windows 7x64
- macOS 11
Steps to reproduce
- Open Firefox and https://www.aliexpress.com.
- Sign in and add a product to the cart.
- Checkout and select
Add new address.
- Try to autofill the fields.
Expected result
- Fields can be auto-filled.
Actual result
- Autofill is not working.
Regression range
- I will search for one ASAP if there is one.
Notes
- Screen recording attached.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
Reproduced with Firefox 56.0a1 (2017-07-02) (64-bit) as well. I think it's safe to assume that this is not a regression. Removing flags.
Comment 2•3 years ago
|
||
Each of the inputs in the form have an autocomplete
attribute that is explicitly set to "off". Since address autofill respects the autocomplete
attribute, we don't show an autocomplete drop down for any input/select element in the form. Additionally the main form itself doesn't have an autocomplete
attribute at all, so this seems like a web compatibility issue than a form autofill issue.
Comment 3•3 years ago
|
||
Just checked Chrome and they seem to ignore the autocomplete="off"
in this case. The phone number doesn't fill in correctly, putting the entire number in the country code section, but also putting the entire number in the heuristically determined phone field. Address line 1 and 2, country, state, and ZIP code (since I'm based in the USA) fill as expected via heuristics.
I guess this raises the question, do we ignore when websites use autocomplete="off"
now? Let me be clear, I don't know why autocomplete is set off in this case; but it is definitely intentionally since all the input fields have autocomplete="off"
. What's a bit strange as well is that there are one or two fields that have aria-autocomplete
having a valid value but then autocomplete="off"
which seems like a contradiction.
Comment 4•3 years ago
|
||
It seems that Ubuntu is also affected by this issue. Managed to reproduce the issue on Firefox 97.0-build2, under Ubuntu 20.04.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Reproduced the issue on fr.aliexpress.com as well using the latest Nightly 99.0a1 FR locale build.
Updated•3 years ago
|
Comment 6•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 5 See Also bugs.
:tgiles, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Re-tested the issue in the latest Nightly 104.0a1 using Windows 10, and now, the Contact, Address and the ZIP fields are autofilled properly, but the phone number is autofilled incorrectly, the Country is not selected from the dropdown accordingly and the autofill specific yellow highlight is missing.
Comment 8•2 years ago
|
||
Closing this as WFM since the autofill is working properly now for all the fields using VPN to US, in latest Nightly 104.0a1. I will file a new bug for the autofill yellow highlight that is still missing.
Description
•