Yeah, I know about the regular behaviour, but the problem is that the
live validation behaves incorrect.

When it validates an input as valid, it sometimes doesn't revalidate
it when you clear the field (so it should state as invalid, but it
still says it's valid).

The behaviours is random. Sometimes it happens on the first field,
sometimes on another.

On Apr 17, 2:17 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> The behaviour is described 
> here:http://docs.jquery.com/Plugins/Validation/Reference#Validation_event
>
> Jörn
>
> On Fri, Apr 17, 2009 at 10:46 AM, Jonas <jonassa...@gmail.com> wrote:
>
> > Example form:http://jquery.bassistance.de/validate/demo/milk/
> > (this is the demo for the script onbassistance.de)
>
> > When it does 'live' validation (on blur) it tells the user if the
> > field is correct or incorrect. When you fill in the first field, tab
> > to the next field, go back to the previous (allready filled in) field
> > and clear it, it still counts as valid (notice the icon next to the
> > field).
>
> > Since the field is now empty, it should state as invalid, but it
> > doesn't.
>
> > This behaviour is random, sometimes it works, sometimes it doesn't.
> > Sometimes it happens in the first field, sometimes on one of the
> > other.
>
> >  It only happens before you try to submit the form, after a page
> > submit everything works fine.
>
> > Anybody who has a clue?

Reply via email to