Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by logren
-
attachment
validation-clearing-leaves-red-box.patch
added
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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 .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

patch which solves the problem