Modify ↓
Ticket #3527 (closed bug: wontfix)
jquery validate picks up sub form elements in ie, causing error 'settings' is null or not an object
| Reported by: | antix | Owned by: | joern |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | IE, validation, sub-form | Cc: | |
| Blocking: | Blocked by: |
Description
When a form contains a sub form the above error results from validation
- IE only
See attached, in IE
- click submit first, no problem
- choose an item, to move the details form to the list form, click submit again
Attachments
Change History
Changed 5 years ago by antix
-
attachment
subforms.htm
added
comment:1 Changed 5 years ago by antix
Attached is the updated example, with a patch for element selection in a form.
This should bring IE in line with other browsers and should be called instead of form.elements.
Changed 5 years ago by antix
-
attachment
subforms.4.htm
added
missed part of the serializeArray function override in prev
Changed 5 years ago by antix
-
attachment
form.elements.htm
added
Patch proposal for $.fn.serializeArray, to make IE return the same elements as other browsers
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

sub form issue