Skip to main content

Bug Tracker

Side navigation

#2215 closed enhancement (fixed)

Opened January 22, 2008 05:17PM UTC

Closed June 09, 2008 09:34PM UTC

[validate] Checking if a form is valid without triggering UI feedback

Reported by: ericw Owned by: joern
Priority: minor Milestone:
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

I'm wondering if there is a way to check if a form is valid without

triggering UI feedback for invalid fields in the form? I tried both

the $('#myform').valid() and validator.form() methods, but they both

trigger the UI.

Attachments (0)
Change History (5)

Changed January 24, 2008 07:38PM UTC by joern comment:1

owner: → joern

Changed May 12, 2008 11:07AM UTC by joern comment:3

resolution: → fixed
status: newclosed

Fixed in [5561], use validator.checkForm to validate without UI feedback.

Changed June 09, 2008 08:01PM UTC by joern comment:4

resolution: fixed
status: closedreopened

Patch broke unhighlighting when validating a single element, eg. on blur. Unhighlight only the currently validated elements instead.

Changed June 09, 2008 09:34PM UTC by joern comment:5

resolution: → fixed
status: reopenedclosed

Fixed in [5720].