Updated lighthouse entry with some enhancement..

On Sep 28, 11:19 pm, Robert <[email protected]> wrote:
> Thanks, You are fast indeed... ;)
>
> On 28 Wrz, 17:24, Aaron Newton <[email protected]> wrote:
>
>
>
> > Good catch. The ignoreHidden option came along after that line was authored
> > I'm guessing we just missed it. I'll alter it. Look for it in the next
> > release.
>
> > On Tue, Sep 28, 2010 at 4:20 AM, Robert <[email protected]> wrote:
> > > I wonder why in Form.Validator test method we have this:
>
> > > if (validator && field.isVisible()) this.fireEvent('elementValidate',
> > > [isValid, field, className, warn]);
>
> > > and not this:
>
> > > if (validator && !(this.options.ignoreHidden && !field.isVisible()) )
> > > this.fireEvent('elementValidate', [isValid, field, className, warn]);
>
> > > I have vanilla input form enhanced by some js controls (popup, meio-
> > > autocompliter, etc.) and this really makes it painful.
> > > Is it any reason to make it like this? I even tried with "msgPos"
> > > property - but it doesn't matter.
>
> > > What You think?
>
> > > thanks,
> > > Robert

Reply via email to