Side navigation
#5258 closed bug (invalid)
Opened September 16, 2009 07:28PM UTC
Closed February 05, 2010 08:32PM UTC
[validate] resetForm does not clear invalid list
| Reported by: | schulze | Owned by: | joern | 
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 | 
| Component: | plugin | Version: | 1.3.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
When the function resetForm() is called, the variable 'invalid' is not cleared, causing 'numberOfInvalids' to return a value different than the current number of visible errors when an element fails validation. A suggested solution is to add a line 'this.invalid = {};' to the resetForm() function.