Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Apr 2012 at 05:27 UTC
Updated:
15 May 2012 at 13:50 UTC
Does this module work if i tab out (lost focus) of my a field with an invalid email (regex email validation added using field_validation). It throws an error msg on submit, but doesn't show the error message on tabbing out of the field. Is this intended? or do I need a different module for that? Any idea?
Note: Keyup is selected on the Config (by default).
Comments
Comment #1
attiks commentedThe first time you tab through the form, no validation is fired, this is by design (jquery.validate), there's a solution at http://forum.jquery.com/topic/jquery-validate-how-to-activate-validation...
I will have a look on how to add this as a setting.
Comment #2
attiks commentedComment #3
jelle_sAdded in both 6.x and 7.x
Comment #4
jumoke commentedGreat. Thank you. I didn't see this working because I had link and email fields. I switched them to text fields and enabled field_validation regex on them -- all before I saw that this has been fixed in the dev version :) - per your reply to my other post. Thank you thank you! ;)
Comment #5.0
(not verified) commentedtab out = lost focus