[DE][zalando.de] CC autofill toggled from the Credit Card number will fill in only the CC number field
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
People
(Reporter: tbabos, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
588.23 KB,
image/png
|
Details |
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:
- Reach the payment form on zalando.de
- Click on the Credit Card number field
- Select any saved entry from the CC dropdown
Expected Results:
All the eligible fields should be autofilled.
Actual Results:
CC autofill toggled from the Credit Card number will fill in only the CC number field.
Notes:
Reproducible on Chrome: Yes (S4 severity due to this)
Regression-range: not a regressions, broken since Bug 1688576 where it was first reported
This form seems to be structured in different iframes, probably most of the autofill issues are caused by this.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
There is a hidden form associated with this cc-number that makes the section valid, since this hidden form contains cc-exp-date or cc-name or the like. Since the other visible fields on the page are separated by iframes/hidden forms, we only autofill the cc-number and the hidden fields next to it. There might be another website side error that prevents the values from being copied back to the visible fields, but I don't recall off the top of my head.
Description
•