[BE][kiabi] Form autofill/preview/clear are only applied in the selected field
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: ailea, Unassigned)
References
(Blocks 2 open bugs, )
Details
Attachments
(3 files)
Found in
- Firefox 126
Affected versions
- all
Tested platforms
- Affected platforms: all
Preconditions
- set pref extensions.formautofill.supportedCountries to IT,ES,PL,AT,BE in about:config
- set pref browser.search.region to BE in about:config
- use BE VPN
- have several credit cards saved in about:preferences#privacy
Steps to reproduce
- Go to https://www.kiabi.be/fr/
- Add an item to cart and proceed to checkout
- Reach the payment page
- Click in either the Card Number or Expiration Date field
- Select any entry from the autofill dropdown
- Click on any autofilled field and choose clear form option
Expected result
- Form autofill/preview/clear are applied in all the eligible fields.
Actual result
- The CC number field is previewed, autofilled, and cleared separately while the autofill dropdown menu is no longer available in the Expiry Date field.
Regression range
- Not a regression.
Additional notes
- The issue is reproducible in Google Chrome, but the Clear form is missing in the CC number and Expiry date fields.
- Fathom Fox downloaded page: https://drive.google.com/file/d/1x8uxfXzqWcdkAxUfaBl8D-MLyZFAyFe3/view?usp=sharing
Updated•5 months ago
|
Reporter | ||
Comment 1•2 months ago
|
||
The autocomplete dropdown is displayed for the expiry date as well now.
Both fields, the card Number and expiry date will only autofill himself (expected since the expiry date field is in the main frame and the card Number field is part of an iframe with different origin).
Setting extensions.formautofill.heuristics.autofillSameOriginWithTop to True will fix the card expiry date field issue, it will be autofilled and cleared when the autofill/clear form is triggered from the card Number field (See the screen recording attached here).
Reporter | ||
Comment 2•2 months ago
|
||
about:autofill
Reporter | ||
Comment 3•1 month ago
•
|
||
Fixed by bug 1916606. The Exp date field that is located in the main frame, is now autofilled and cleared accordingly.
As we agreed with the engineering team and based on this comment, I will mark this as fixed and verified.
Reporter | ||
Updated•1 month ago
|
Description
•