Open Bug 1740473 Opened 3 years ago Updated 3 years ago

[DE][zalando.de] The CC autofill dropdown is not displayed upon clicking the Expiration Date field

Categories

(Toolkit :: Form Autofill, defect, P3)

Desktop
All
defect

Tracking

()

Tracking Status
firefox94 --- disabled
firefox95 --- disabled
firefox96 --- disabled

People

(Reporter: tbabos, Unassigned)

References

(Blocks 1 open bug, )

Details

Attachments

(1 file)

Attached image Screenshot of the issue

Affected Versions:
All latest Firefox versions: Nightly 96.0a1, Beta 95, Release 94

Tested on:
MacOS 10.15

Preconditions:

  • browser.search.region DE
  • extensions.formautofill.supportedCountries DE
  • download latest Firefox Nightly with region locale (switch extensions.formautofill.available to "on" for testing non-Nightly builds)

Steps to reproduce:

  1. Reach the payment form on zalando.de
  2. Click on the Expiration Date field

Expected Results:
The CC dropdown should be displayed for this field

Actual Results:
The CC autofill dropdown is not displayed upon clicking the Expiration Date field

Notes:
Reproducible on Chrome: No
Regression-range: not a regressions, broken since Bug 1688576 where it was first reported

See Also: → 1688576
Priority: -- → P3
See Also: → 1740510
See Also: → 1740471
See Also: → 1740512
See Also: → 1740521

The issue here is that the expiry date field is in an <iframe> that is disconnected from the cc-number field. For a credit card section to be valid for autofill/autocomplete, it must contain a "cc-number" field and one of the following: autocomplete="on" attribute, cc-exp field, cc-name field. Since the expiry date is disconnected from the cc-number field, we will never show the autocomplete dropdown.

This is probably a case of a hidden form that has two-way data binding on the visible form. In other words, if we the browser autofill the credit card number, the we the browser probably autofill into some hidden fields that then are copied into the visible fields via website logic.

See Also: → 1740665
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: