Closed
Bug 1775233
Opened 3 years ago
Closed 3 years ago
Treat form contains only a credit card number field a valid credit card form
Categories
(Toolkit :: Form Autofill, enhancement, P2)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
104 Branch
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxcm-fathom-cc-p2])
Attachments
(2 files)
With the work in Bug 1681985, we are more confident in how we detect credit card number field. The next step is to relax the restriction regarding a valid credit card section must contain a credit card number field AND (a credit name field or a expiry date field)[1]
We can start with as long as a credit card field is detected in a form, we treat the form as a valid cc section. This will address cases where sites use a separate form/iframe for credit card number field, which is actually not a rare scenario.
Updated•3 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/FXCM-66
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D151806
Updated•3 years ago
|
Attachment #9285451 -
Attachment description: WIP: Bug 1775233 - P1. Treat form contains only a credit card number field a valid credit card form → Bug 1775233 - P1. Consider credit card sections that contain only a credit card number field to be valid cc sections r=sgalich
Updated•3 years ago
|
Attachment #9285452 -
Attachment description: WIP: Bug 1775233 - P2. Update testcases to accept credit card forms with only one credit card number field (without autocomplete=cc-number) → Bug 1775233 - P2. Update testcases to accept credit card forms with only one credit card number field (without autocomplete=cc-number) r=sgalich
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a26caa81182
P1. Consider credit card sections that contain only a credit card number field to be valid cc sections r=sgalich
https://hg.mozilla.org/integration/autoland/rev/9917592bf5d8
P2. Update testcases to accept credit card forms with only one credit card number field (without autocomplete=cc-number) r=sgalich
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4a26caa81182
https://hg.mozilla.org/mozilla-central/rev/9917592bf5d8
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•