Opened 13 years ago
Closed 13 years ago
#5258 closed bug (invalid)
[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.
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfilled → plugin |
---|---|
Owner: | set to joern |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please file plugin bugs with the appropriate author on their bug tracker.