Opened 15 years ago
Closed 14 years ago
#2928 closed enhancement (wontfix)
[validate] jquery.validate executes rule dependency-callback only once
Reported by: | duzk | Owned by: | joern |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.5 |
Keywords: | validation callback | Cc: | |
Blocked by: | Blocking: |
Description
Here's a patch that seems to fix this issue by moving method execution from rule compilation stage to actual validation stage.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | jquery.validate.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | set to joern |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
normalizeRules does much more then just evaluating the parameter. Moving the evaluation would break the functionality.