[IT][calvinklein.it] Only the selected field is highlighted with yellow upon autofill and on "CC name" isn't applied at all
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | disabled |
People
(Reporter: hyacoub, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(4 files)
Found in
- 111.0-candidates/build2
Affected versions
- 111.0-candidates/build2
Tested platforms
- Affected platforms: Windows 10
Preconditions
- browser.search.region = IT
- extensions.formautofill.creditCards.supportedCountries = IT
- Have at least one CC already saved
Steps to reproduce
- Reach the payment form on http://www.calvinklein.it
- Click on "Card Number", "Expiry date" or "Cardholder name" fields and go through the dropdown options
Expected result
- All fields should be highlighted with yellow upon autofill
Actual result
- Only the selected field is highlighted with yellow upon autofill and on "CC name" isn't applied at all
Regression range
- N/A
Additional notes
- Not reproducible on Chrome.
- Same issue is reproducible on: https://www.calvinklein.es
Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
•
|
||
let's focus on not autofilling cardholder name field in this issue
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
I misunderstand the issue in the first place, so the issue is about whether we highlight a field when autofilling, not whether we autofill.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
(In reply to Micah [:mtigley] (she/her) from comment #4)
This looks to fixed
Whoops, this actually hasn't been fixed. I had forgotten this was marked as a P3 and assumed this was a "CC-name field not showing dropdown at all" issue.
Updated•2 years ago
|
Updated•11 months ago
|
Comment 6•6 months ago
|
||
This bug is fixed by bug 1906292 The card number and expiry date fields are working accordingly now since they are in the same frame and have the same origin. The issue remaining here is the card Name field which works different, being in the main frame. The extensions.formautofill.heuristics.autofillSameOriginWithTop set to True, will solve the issue partially.
By default, if the autofill is triggered from the card number or expiry date fields, the Name on card field is autofilled, but by clicking on it will display the wrong dropdown (autocomplete dropdown instead of clear form dropdown), and by triggering the clear form from the card number or expiry date fields will not clear the card Name field.
With the above mentioned pref to True, the card Name field will display the correct dropdown when it is already autofilled (the clear form dropdown), and it is cleared correctly when the clear form is triggered from the card number or expiry date fields. BUT triggering the autofill from the card Name field, it will autofill only itself, as with the above preferences by default - false (see the screen recording attached).
Comment 7•6 months ago
|
||
about:autofill
Comment 8•5 months ago
|
||
Fixed by bug 1916606. The CC Name 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.
Just as a note, not all the CC fields are highlighted with the specific autofill yellow color (see the screen recording attached in comment 6).
Updated•5 months ago
|
Description
•