Open Bug 1873163 Opened 2 years ago Updated 1 year ago

[CA][https://www.calvinklein.ca] The street address, country and Email not captured in the address doorhanger

Categories

(Toolkit :: Form Autofill, task, P3)

Firefox 123
Desktop
All
task

Tracking

()

Tracking Status
firefox-esr115 --- disabled
firefox121 --- disabled
firefox122 --- disabled
firefox123 --- affected

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

  1. Add an item to cart and checkout as guest on https://www.calvinklein.ca/en
  2. 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
Blocks: 1860241
Severity: -- → S3
Has STR: --- → yes
OS: Unspecified → All
Hardware: Unspecified → Desktop
Version: unspecified → Firefox 123

:epopescu, if you think that's a regression, could you try to find a regression range using for example mozregression?

Type: defect → task
Whiteboard: [fxcm-addr-compatibility]

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 website
  • country is not a focusable input
  • email is in a separate form
Priority: -- → P3

I've retested the address capture behavior in Nightly 138.0a1 on macOS 13 and noticed that neither Email nor Phone is being captured or stored. Please refer to the FathomFox page.

You need to log in before you can comment on or make changes to this bug.