#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: | |
Blocked by: | Blocking: |
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 (5)
Change History (8)
Changed 14 years ago by
Attachment: | subforms.htm added |
---|
comment:1 Changed 14 years ago by
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.
comment:2 Changed 14 years ago by
Owner: | set to joern |
---|
Changed 14 years ago by
Attachment: | subforms.4.htm added |
---|
missed part of the serializeArray function override in prev
Changed 14 years ago by
Attachment: | form.elements.htm added |
---|
Patch proposal for $.fn.serializeArray, to make IE return the same elements as other browsers
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Nested forms aren't supported.
Note: See
TracTickets for help on using
tickets.
sub form issue