-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple password fields issue #137
Comments
I m facing the same issue on my form! I have the password and confirm password field, and I display a message when the user submits blank passwords or incorrect password. But for me, both of my password fields are inaccessible on IE. |
Can you try this: https://github.com/mathiasbynens/jquery-placeholder/pull/230/files I had similar issue and I was able to resolve it that way. |
@bkvirendra can you test with latest version of plugin or 2.0.9? |
+1 still having this issue with latest version. |
Validating a form with basic javascript form handling with Password field and Confirm Password field. When submission fails, first password field becomes inaccessible. Hard to describe issue, so for the purpose of seeing it in action, ive made the below changes to the demo.html code:
Apologies for the long message, and if this isnt the proper way to explain the issue.
Note: This issue occurs in IE9 and Firefox, but seems ok in Chrome.
Thanks
The text was updated successfully, but these errors were encountered: