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

attiks’s picture

Version: 7.x-1.31 » 7.x-1.x-dev
Category: support » feature
Priority: Major » Normal

The 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.

attiks’s picture

Assigned: Unassigned » jelle_s
jelle_s’s picture

Status: Active » Fixed

Added in both 6.x and 7.x

jumoke’s picture

Great. 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! ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

tab out = lost focus