Side navigation
#2426 closed bug (fixed)
Opened February 27, 2008 03:34PM UTC
Closed February 27, 2008 08:53PM UTC
[validate] Errors messages not disappearing when corrected
Reported by: | scudly | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugin | Version: | 1.2.3 |
Keywords: | validate | Cc: | |
Blocked by: | Blocking: |
Description
While using jQuery 1.2.3 and Validate 1.2.1 on multiple pages the error notices occur on submit. However the messages don't disappear when a user enters in correct data and then tabs to the next field.
The messages do disappear if a user hits 'enter', but at no other time does the removal happen.
An example page can be seen here:
I actually managed to fix the issue, it came down to the fact that jquery.delegate.js isn't actually needed. As soon as I removed the call for that javascript file the error checking was happening like it should, and removal happened as soon as user entered in information.
So I think the readme files need to get updated in order to remove the notice saying that the delegate.js file is necessary.