[AT] [moebelix.at] Form autofill doesn't work on the Card Name field
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: asoncutean, Assigned: theidkamp)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-cc-compatibility])
Attachments
(6 files)
Found in
- 117.0a1
Affected versions
- 117.0a1
Tested platforms
- Windows 10
Preconditions
- browser.search.region = AT
- Have at least one CC already saved
Steps to reproduce
- Reach the payment form on https://www.moebelix.at/
- Click inside the Card Name field
Expected result
- The CC dropdown is triggered and the field is populated with the saved information.
Actual result
- Nothing happens, the CC dropdown is not displayed.
Regression range
- N/A
Additional notes
- Not reproducible on Chrome, but the field is working independently.
- Fathom sample
Updated•1 year ago
|
Comment 1•1 year ago
•
|
||
As requested by the engineering team, I've retested this in the latest Nightly 132.0a1 on Windows 10 x64:
- The dropdown is not displayed in the Cardholder Name field.
- The Cardholder Name field is not being previewed or autofilled.
- The Card Number or Expiry Date fields are not highlighted when being previewed or autofilled.
The 'Name on Card' field is situated on the main page, and not inside an iframe, unlike the 'Card Number' and 'Expiry Date' fields(which are located within same-origin iframes).
Setting the pref extensions.formautofill.heuristics.autofillSameOriginWithTop to true doesn't resolve the issues. Please find attached the Field Info section details from about:autofill.
Comment 2•1 year ago
|
||
Still not fixed, the issue is reproducible as described in comment 1. Tested in Nightly 133.0a1 (2024-10-27).
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•11 months ago
|
||
| bugherder | ||
Updated•11 months ago
|
Comment 6•7 months ago
|
||
I can still reproduce the issue in the latest Nightly 138.0a1 (2025-03-17).
Updated•7 months ago
|
Comment 7•7 months ago
|
||
Inspect screenshot
| Assignee | ||
Comment 8•7 months ago
•
|
||
(In reply to Alin Ilea, Desktop Test Engineering from comment #6)
Created attachment 9472644 [details]
2025-03-18_11h59_13.mp4I can still reproduce the issue in the latest Nightly 138.0a1 (2025-03-17).
Hi Alin,
Originally, this issue was caused by the credit card name field being the last field in the form. We submitted a patch (attached to this issue) that addresses such cases. However, in this specific instance, even after fixing the issue related to the field’s position, it still does not get filled. But this is now no longer related to a bug but rather the expected behavior caused by the autocomplete attribute.
Let me know if you need any further clarification!
Comment 9•6 months ago
|
||
Based on tessa's comment (Comment 8), close this issue as FIXED
Comment 10•6 months ago
|
||
Retested this issue on the latest Nightly 140.0a1 (20250511205430), on Windows 10 and I can still reproduce the behavior, the credit card name field is not being autofilled, and the dropdown does not appear when focusing the field. However, based on the last two comments (Comment 8 and Comment 9), this is now considered expected behavior due to the autocomplete attribute and not caused by a bug in the autofill implementation. Closing this issue as WORKSFORME.
Description
•