Bug Tracker

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)

jquery.validate.patch (435 bytes) - added by duzk 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by duzk

Attachment: jquery.validate.patch added

comment:1 Changed 15 years ago by joern

Owner: set to joern

comment:2 Changed 14 years ago by joern

Resolution: wontfix
Status: newclosed

normalizeRules does much more then just evaluating the parameter. Moving the evaluation would break the functionality.

Note: See TracTickets for help on using tickets.