Skip to main content

Bug Tracker

Side navigation

#2928 closed enhancement (wontfix)

Opened May 23, 2008 02:00PM UTC

Closed June 10, 2009 10:47AM UTC

[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 (2)

Changed May 25, 2008 11:40AM UTC by joern comment:1

owner: → joern

Changed June 10, 2009 10:47AM UTC by joern comment:2

resolution: → wontfix
status: newclosed

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