[JP][muji] Autofill doesn't work on most address form fields
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: asoncutean, Assigned: dimi, NeedInfo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(3 files)
2.22 MB,
image/gif
|
Details | |
2.01 KB,
text/html
|
Details | |
Bug 1935980 - if a field is not identified but has type='tel', assume it is a tel field r=NeilDeakin
48 bytes,
text/x-phabricator-request
|
Details | Review |
Found in
- 135.0a1
Affected versions
- 135.0a1
Tested platform
- Windows 11
Preconditions
- Install Firefox en-US build
- Have set in about:config:
* browser.search.region - US
* extensions.formautofill.addresses.supportedCountries - JP
* extensions.formautofill.addresses.supported - ON - Use JP VPN
Steps to reproduce
- Go to https://www.muji.com/jp/ja/
- Reach the checkout and try to interact with the address form
Expected result
- Preview/autofill/Clear works on all fields as expected.
Actual result
- Preview/autofill/Clear works only on Furigana and Postal code fields.
Regression range
- N/A
Additional notes
- Not reproducible on Chrome.
- Note that on Chrome, the Name and Furigana fields show the same content, whereas on Firefox, the Name field fails to work entirely and the saved name is displayed only in the Furigana field.
- Fathom sample.
Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 1•9 months ago
|
||
In this testcase, the fields are meant to be:
email, name, kana name, postal code, prefecture (address-level1), ward name (neighbourhood), street address, apartment number, phone number
However the address fields have ids that are just address1-4 so it is unclear which field is which. There are no <label> elements, just heading text to describe the fields. The prefecture is determined automatically from the postal code and cannot be manually entered. The ward name is also filled in from the postal code but can be changed manually. The phone number is not detected at all.
Assignee | ||
Comment 2•23 days ago
|
||
Updated•2 days ago
|
Comment 5•2 days ago
|
||
Backed out for causing bc failures @ browser_HomeDepot.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/8b200046c0948063b270676e7def12ff7276abc8
Assignee | ||
Updated•8 hours ago
|
Comment 8•4 hours ago
•
|
||
Backed out for causing mochitests failures in browser_OfficeDepot.js
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/d358cd01e942897fa29257c5988205f9b04c5e62
Log link: https://treeherder.mozilla.org/logviewer?job_id=532739456&repo=autoland&task=HvrWISo9TmmO2SgfYeqAEg.0&lineNumber=2323
Please also check this failure on browser_phonenumber.js
Description
•