Open
Bug 1424119
Opened 7 years ago
Updated 2 years ago
[Credit Card Autofill] Misdetect cc-csc as cc-exp-year (Paypal)
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: lchang, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [cc-autofill-reserve])
Attachments
(1 file)
985.12 KB,
video/quicktime
|
Details |
The bug was found during the signup process of paypal.com. Please find the attachment for the details. Following is a reduced sample HTML.
<form>
<input name="/cardData/cardNumber" id="cardData_cardNumber" maxlength="19" size="19">
<input name="/cardData/expiryDate" id="cardData_expiryDate" maxlength="5" size="5" placeholder="__/__" type="tel">
<input name="/cardData/csc" id="cardData_csc" maxlength="3" size="3" placeholder="___" type="tel">
</form>
Comment 1•7 years ago
|
||
Just a short note. We decided to bring the heuristic from Chrome piece by piece. One of the enhancement would be length checking, which we should have implemented in the first place but didn't. I think it might be a direction to go for this case.
![]() |
||
Updated•5 years ago
|
Priority: P3 → --
Summary: [Form Autofill] Misdetect cc-csc as cc-exp-year → [Credit Card Autofill] Misdetect cc-csc as cc-exp-year
![]() |
||
Updated•5 years ago
|
Whiteboard: [ccautofill]
![]() |
||
Updated•5 years ago
|
Priority: -- → P3
Summary: [Credit Card Autofill] Misdetect cc-csc as cc-exp-year → [Credit Card Autofill] Misdetect cc-csc as cc-exp-year (Paypal)
Whiteboard: [ccautofill] → [cc-autofill-reserve]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•