Open
Bug 1897164
Opened 6 months ago
Updated 5 months ago
[KE][kilimall.co.ke] The credit card name field is not autofilled nor captured in the CC save doorhanger
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
NEW
People
(Reporter: ailea, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
1.51 MB,
video/mp4
|
Details |
Found in
- 128.0a1 (2024-05-16)
Affected versions
N/A
Tested platforms
- Affected platforms: Windows 10, macOS 12, Ubuntu 20
Preconditions
- browser.search.region US
- Have at least one CC already saved
Steps to reproduce
- Reach the payment form on https://www.kilimall.co.ke/
- Click on the Customer Names field
- Fill in manually all the CC info and submit the form
Expected result
- The CC dropdown should be displayed for all fields (except CVV)
- All CC information filled in the payment form should be captured in the Credit Card save doorhanger.
Actual result
- The CC dropdown is not displayed for Customer Names field.
- The CC name field is not captured in the CC save doorhanger.
(See the screen recording in comment 1)
Regression range
- Not a recent regression.
Additional notes
- Not reproducible in Chrome.
- Fathom Fox Sample
Reporter | ||
Comment 1•6 months ago
|
||
Comment 2•5 months ago
•
|
||
The name field is:
<input type="text" name="names" autocomplete="customer-name" placeholder="John Doe" required="" class="input input--card " value="">
The name attribute is 'names' which doesn't match any of our rules. The autocomplete attribute has a value of 'customer-name' which isn't a valid value.
So we would need to determine what rule to add. This issue affects a number of Kenyan web sites that use a similar payment form:
1897196 and 1897199.
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•