Closed
Bug 1476260
Opened 7 years ago
Closed 7 years ago
Card number field validation does not warn the user if an incorrect number is typed
Categories
(Firefox :: WebPayments UI, defect)
Firefox
WebPayments UI
Tracking
()
RESOLVED
DUPLICATE
of bug 1476204
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: tbabos, Unassigned)
Details
Attachments
(1 file)
9.59 KB,
image/png
|
Details |
[Affected versions]:
Nightly 63.0a1
[Affected platforms]:
Windows 10 x64, Mac OS X 10.12, Ubuntu 18.04 x64
[Prerequisites]:
- set the pref dom.payments.request.enabled to "true"
- make sure to have at least one Shipping Address saved on the profile
[Steps to reproduce]:
1. Go to “https://rsolomakhin.github.io/pr/type/credit/” page and click on “Buy”
2. Type in the credit card number field a random number with a minimum of 9 digits (ex: 123456789)
3. Click out of the active field
[Expected result]:
The field validation should trigger a red border for the field since the inputed card number does not respect the Luhn algorythm.
[Actual]:
The user is warned with and error message regarding the incorect card number only after clicking the “Save” button.
Updated•7 years ago
|
Whiteboard: [webpayments] [triage]
Comment 1•7 years ago
|
||
I'll handle this in bug 1476204.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Whiteboard: [webpayments] [triage]
You need to log in
before you can comment on or make changes to this bug.
Description
•