[US][Shein] The Address Save Doorhanger is not displayed upon address form submission
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | disabled |
People
(Reporter: ailea, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Attachments
(1 file)
|
1.25 MB,
video/mp4
|
Details |
Found in
- Nightly 121.0a1
Affected versions
- Nightly 121.0a1
Tested platforms
- Affected platforms: Windows 10 x64, macOS 11
Preconditions
- Install the Firefox en-US build
- Set browser.search.region to US in about:config
- Flip following prefs in about:config:
extensions.formautofill.addresses.capture.v2.enabled = true
extensions.formautofill.addresses.supported = on - Use US VPN to test
Steps to reproduce
- Log into https://www.shein.com/ , add an item to bag and navigate to the checkout page.
- Fill in the Address Form and press the submit button.
Expected result
- The address doorhanger is displayed upon address form submission.
Actual result
- The address doorhanger is not displayed upon address form submission.
Regression range
-
N/A
Comment 1•2 years ago
|
||
Currently our heuristic cannot recognize this address form because the <input> doesn't have any hint. And the label is implemented with <span>
<span>First Name</span>
<input/>
Updated•1 year ago
|
I am also able to reproduce this issue with Firefox Nightly 134.0a1 (2024-11-21), on Windows 11, for the MX region - https://www.shein.com.mx/.
The Address Doorhanger is not displayed upon address form submission.
If setting the pref extensions.formautofill.addresses.capture.requiredFields to empty the doorhanger is still NOT displayed.
Fathom sample: https://drive.google.com/file/d/1tj53x3r17tq1KWtq-wBDQ0EYTqUthNGO/view?usp=drive_link
The behavior is also reproducing on Chrome.
I am also able to reproduce this issue with Firefox Nightly 134.0a1 (2024-11-28), on Windows 11, for the BR region - https://br.shein.com/.
The Address Doorhanger is not displayed upon address form submission.
If setting the pref extensions.formautofill.addresses.capture.requiredFields to empty the doorhanger is still NOT displayed.
Fathom sample: https://drive.google.com/file/d/1_t3b52btg4Y8Q9U5Z8Hvy0IUWhuQ14yt/view?usp=drive_link
The behavior is also reproducing on Chrome.
Description
•