[ES][toysrus.es] CC dropdown is not displayed for any of the CC eligible fields
Categories
(Toolkit :: Form Autofill, task, P2)
Tracking
()
People
(Reporter: ailea, Assigned: joschmidt)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-cc-new-geo])
Attachments
(3 files, 2 obsolete files)
Found in
- 117.0a1
Affected versions
- 117.0a1
Tested platforms
- Affected platforms: Windows 10
Preconditions
- browser.search.region = ES
- Have at least one CC already saved
Steps to reproduce
- Reach the payment form on https://www.toysrus.es
- Click on any CC eligible field
Expected result
- CC dropdown is displayed for any of the CC fields
Actual result
- CC dropdown is not displayed for any of the CC fields
Regression range
- N/A
Additional notes
- Not reproducible on Chrome, the CC dropdown is displayed and the autofill is working ok there.
- Fathom Fox Sample
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Looks like when we focus on the <input> field, the event target has null principal[1] so we don't run the formautofill code?
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Fwiw you might want to check this to know where the null principal came from.
Updated•10 months ago
|
Note the test fails, and the fix will be provided via the next patch in this stack.
Updated•9 months ago
|
which has been unitentionally copied. Removing the principal enables autocompletion in sandboxed iframe forms.
Updated•9 months ago
|
Note the test fails, and the fix will be provided via the next patch in this stack.
Removing the null principal check enables autocompletion in sandboxed iframe forms.
fyi: tests are in the previous commit of the stack.
Updated•9 months ago
|
Updated•9 months ago
|
Comment 8•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/25b23238ed9c
https://hg.mozilla.org/mozilla-central/rev/45324f226216
Updated•8 months ago
|
Reporter | ||
Comment 9•8 months ago
|
||
Verified - Fixed in Nightly 125.0a1 (2024-06-03). The CC dropdown is now displayed and all the eligible CC form fields are autofilled accordingly.
Description
•