Open Bug 1424119 Opened 6 years ago Updated 2 years ago

[Credit Card Autofill] Misdetect cc-csc as cc-exp-year (Paypal)

Categories

(Toolkit :: Form Autofill, defect, P3)

defect

Tracking

()

People

(Reporter: lchang, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [cc-autofill-reserve])

Attachments

(1 file)

Attached video bug.mov
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>
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.
Priority: P3 → --
Summary: [Form Autofill] Misdetect cc-csc as cc-exp-year → [Credit Card Autofill] Misdetect cc-csc as cc-exp-year
Whiteboard: [ccautofill]
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]
Depends on: 1395928
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: