http://mootools.lighthouse.com/

File a bug, make a jsfiddle to demonstrate the issue :D

On Sep 28, 2010, at 5:20 AM, Robert 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