Open
Bug 1897419
Opened 1 year ago
Updated 1 year ago
[MX][privalia.com.mx] Autofiil doesn't work on Last Name field in payment form
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
NEW
People
(Reporter: asoncutean, Assigned: joschmidt)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-cc-compatibility])
Attachments
(1 file)
|
126.64 KB,
image/gif
|
Details |
Found in
- 128.0a1
Affected versions
- N/A
Tested platforms
- Affected platforms: Windows 10
Preconditions
- browser.search.region US
- Have at least one CC already saved
Steps to reproduce
- Reach the payment form on privalia.com.mx/
- Click inside "Apellidos" field.
Expected result
- The preview/ autofill/clear should word for all fields.
Actual result
- The preview/ autofill /clear is not working for "Apellidos" field.
Regression range
- N/A
Additional notes
- Not reproducible on Chrome, First name and Last name are autofilled independently, though the corresponding field.
- Fathom Fox Sample.
- In Firefox Nombre(s) filed handles both First Name and Last Name (see screecast)
| Assignee | ||
Comment 1•1 year ago
•
|
||
- cc number in different iframe, cc-name and expiry date selects toghether in parent dom
- three sections: [{"type":"creditCard"},{"type":"creditCard"},{"type":"address"}]
- different fields:
[{"elementWeakRef":{},"identifier":"expMonth/expMonth","fieldName":"cc-exp-month","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null},{"elementWeakRef":{},"identifier":"expYear/expYear","fieldName":"cc-exp-year","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null},{"elementWeakRef":{},"identifier":"cardholderName/cardholderName","fieldName":"cc-name","reason":"fathom","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":0.8945802719073781}]
[{"elementWeakRef":{},"identifier":"cardholderLastName/cardholderLastName","fieldName":"cc-name","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null}]
[{"elementWeakRef":{},"identifier":"billing_cp/billing_cp","fieldName":"postal-code","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null},{"elementWeakRef":{},"identifier":"billing_city/billing_city","fieldName":"address-level2","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null},{"elementWeakRef":{},"identifier":"billing_colony/billing_colony","fieldName":"address-line1","reason":"update-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null},{"elementWeakRef":{},"identifier":"billing_state/billing_state","fieldName":"address-level1","reason":"regex-heuristic","section":"","addressType":"","contactType":"","credentialType":"","part":null,"confidence":null}]
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → joschmidt
Whiteboard: [fxcm-cc-compatibility]
Updated•1 year ago
|
Updated•1 year ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•