I have a fix for this (and your submit problem) in review: https://github.com/mootools/mootools-more/pull/214
You can work around this by implementing it locally in your code until the next release: http://jsfiddle.net/HQ8KF/4/ On Thu, Feb 24, 2011 at 3:23 AM, Maxim Lacrima <[email protected]>wrote: > Hi Aaron! > > I have another issues with form validator. Please look at this > jsfiddle: http://jsfiddle.net/HQ8KF/3/ > > If you submit the form then the following error is raised: > this.get("validator", a).validate is not a function > > Thanks in advance. > > > On 22 February 2011 21:11, Aaron Newton <[email protected]> wrote: > > Hmmm. Congratulations! You found a bug! > > You can work around this by turning off the evaluateOnSubmit option. By > > having that option enabled it essentially overrides the stopOnFailure > > option. I agree this is not ideal. I'll fix for the next release. > > > > On Tue, Feb 22, 2011 at 7:14 AM, Maxim Lacrima <[email protected]> > > wrote: > >> > >> Hello! > >> > >> I have set stopOnFailure option of the Form.Validator to the false, so > >> I expect the form to be submitted even if there are validation errors, > >> but it seems it is not the case. What's wrong with it? > >> http://jsfiddle.net/WUyMy/ > >> > >> Thanks in advance. > >> > >> -- > >> with regards, > >> Maxim > > > > > > > > -- > with regards, > Maxim >
