Opened 15 years ago
Closed 15 years ago
#2426 closed bug (fixed)
[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: http://www.doralbank.com/en/sub-pages/doral-interested.aspx
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I can't find any references to the delegate plugin anymore, please reopen the ticket if you notice any.
Note: See
TracTickets for help on using
tickets.
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.