Sorry, I didn't give you enough details.
The validation of the form elements are are made on "onblur" event, if
you don't click outside the last textarea then that field will not be
validated.
When you click on the submit form when editing the last textarea the
onblur event is triggered but the normal submit action is ignored and
you need to click again on the submit button.
It works only if you first click somewhere outside the textarea then
click on the button, but if you don't leave the textarea and click
directly it will not work.


On Dec 15, 6:04 pm, Leonardo K <leo...@gmail.com> wrote:
> I download your code and it's working fine.
>
> On Tue, Dec 15, 2009 at 08:48, Givan <giv...@gmail.com> wrote:
> > Hi, I found a bug within the validation plugin
> > I have a form and I need to click the submit button twice to submit
> > the form.
> > It seems that on the first click validates and only on the second
> > click will submit the form.
> > I think it must submit the form directly if there is no validation
> > error.
>
> > A small example can be found here
>
> >http://www.codeassembly.com/files/validate-bug.zip
>
> > Thanks.

Reply via email to