Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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)

subforms.htm (3.0 KB) - added by antix 14 years ago.
sub form issue
subforms.2.htm (7.1 KB) - added by antix 14 years ago.
Updated example + patch
subforms.3.htm (8.1 KB) - added by antix 14 years ago.
bug fix + css
subforms.4.htm (8.8 KB) - added by antix 14 years ago.
missed part of the serializeArray function override in prev
form.elements.htm (5.2 KB) - added by antix 14 years ago.
Patch proposal for $.fn.serializeArray, to make IE return the same elements as other browsers

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by antix

Attachment: subforms.htm added

sub form issue

comment:1 Changed 14 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 14 years ago by antix

Attachment: subforms.2.htm added

Updated example + patch

comment:2 Changed 14 years ago by joern

Owner: set to joern

Changed 14 years ago by antix

Attachment: subforms.3.htm added

bug fix + css

Changed 14 years ago by antix

Attachment: subforms.4.htm added

missed part of the serializeArray function override in prev

Changed 14 years ago by antix

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 joern

Resolution: wontfix
Status: newclosed

Nested forms aren't supported.

Note: See TracTickets for help on using tickets.