Open
Bug 1873163
Opened 10 months ago
Updated 10 months ago
[CA][https://www.calvinklein.ca ] The street address, country and Email not captured in the address doorhanger
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: epopescu, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Found in
- Nightly 123.0a1
Affected versions
- Nightly 123.0a1
Tested platforms
- Affected platforms: Windows 10, macOS 11
Preconditions:
- install the en-CA build
- set in about:config the following:
browser.search.region = CA
extensions.formautofill.addresses.capture.v2.enabled = true
extensions.formautofill.addresses.supported = on
extensions.formautofill.heuristics.captureOnFormRemoval = true
extensions.formautofill.heuristics.captureOnPageNavigation = true
Steps to reproduce
- Add an item to cart and checkout as guest on https://www.calvinklein.ca/en
- Fill in manually all the details
Expected result
- All the filled in values are captured in the "Save address" doorhanger.
Actual result
- The street address, country and Email are not captured in the "Save address" doorhanger.
Regression range
- N/A
Additional notes
- The doorhanger is not displayed at all in Google Chrome.
- The Autofill feature is not working properly in the address form because the email is autofilled in the Street Address field and the address in the Additional Information one.
- Fathom Page
Reporter | ||
Updated•10 months ago
|
Blocks: 1860241
Severity: -- → S3
Has STR: --- → yes
status-firefox121:
--- → disabled
status-firefox122:
--- → disabled
status-firefox123:
--- → affected
status-firefox-esr115:
--- → disabled
OS: Unspecified → All
Hardware: Unspecified → Desktop
Version: unspecified → Firefox 123
Comment 1•10 months ago
|
||
:epopescu, if you think that's a regression, could you try to find a regression range using for example mozregression?
Reporter | ||
Updated•10 months ago
|
Type: defect → task
Updated•10 months ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•10 months ago
|
Comment 2•10 months ago
|
||
The reason that we don't capture street address
, country
, and email
is:
street address
has<input type=email>
, which is something should be fixed by the websitecountry
is not a focusable inputemail
is in a separate form
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•