wangjohn / creditly

An intuitive credit card form
http://wangjohn.github.io/creditly/
MIT License
299 stars 59 forks source link

Doesn't work in Firefox #1

Open Miserlou opened 10 years ago

Miserlou commented 10 years ago

Doesn't work in Firefox 26, works fine in Chrome. OSX.

After clicking the submit button with empty fields, all fields can no longer be typed into.

Cross browser testing is extremely important for this kind of thing! Check out Stripe's checkout.js , it has a ton of subtle usability enhancements that this project could benefit from as well.

wangjohn commented 10 years ago

Thanks for the issue, I'm working on redoing how I'm doing the validation so that it should work in Firefox more easily.