Opened 14 years ago
Closed 13 years ago
#4144 closed bug (invalid)
[validate] Group errors don't register properly
Reported by: | logren | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugin | Version: | |
Keywords: | validate | Cc: | |
Blocked by: | Blocking: |
Description
I have a problem with my error label container if I use group for a few fields. Let's assume I have a date range fields which are registered as a group. The following sequence makes the error container displayed on the page even thought it shouldn't: 1.Put 3/3/2009 to "from" field 2.Put 2/2/2009 to "to" field
- The error container with a message shows up
4.Put 1/1/2009 to "from" field
- The message disappears, but the error container frame still exists
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | validation-clearing-leaves-red-box.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
patch which solves the problem