Open
Bug 1849042
Opened 2 years ago
Updated 8 months ago
[CA][mejuri.com] Autofill is not working at all on some fields and not all the fields are populated at once
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox118 | --- | affected |
People
(Reporter: asoncutean, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
189.12 KB,
image/gif
|
Details |
Found in
- 118.0a1
Affected versions
- 118.0a1
Affected platforms
- Windows 10
Preconditions:
- browser.search.region set to CA
- have at least one address saved in about:preferences#privacy
Steps to reproduce
- Reach the Address form on https://mejuri.com/
- Hover over any saved address entry and observe the autofill preview behavior
- Select 1 saved address entry
Expected result
- The preview should be properly done for all the eligible fields.
- All the fields should be auto-filled with accurate data.
Actual result
- The autofill is not working for the Country and the Apt/Unit fields.
- The fields bellow "We don't ship to PO Boxes, that extends afterwards should also be autofill directly, without any additional entry trigger.
Regression
- N/A.
Additional notes
- The first actual result is reproducible on Chrome as well, but the second one is not reproducible, all fields are populated at once.
- Fathon sample
Comment 1•2 years ago
|
||
:asoncutean, if you think that's a regression, could you try to find a regression range using for example mozregression?
Updated•2 years ago
|
Type: defect → task
Comment 2•11 months ago
|
||
Some notes after investigating this:
-
the country field isn't a real dropdown menu so it cannot be detected. Other browsers do not detect it either. We only handle <input> and <select> elements.
-
the city/province/postcode/phone fields are only added to the document when the street address is filled in, so the scanner for valid fields does not find them. Chrome seems to detect the fields being added and, after a half-second delay, fills them in anyway, except the phone number.
Updated•10 months ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•10 months ago
|
Updated•8 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•