Skip to main content

Bug Tracker

Side navigation

#5998 closed bug (duplicate)

Opened February 01, 2010 09:50AM UTC

Closed November 22, 2010 05:16AM UTC

Last modified November 22, 2010 05:16AM UTC

Cloning a form in IE will break up <form>-tags

Reported by: Javache Owned by: john
Priority: low Milestone:
Component: manipulation Version: 1.4.1
Keywords: Cc:
Blocked by: Blocking:
Description

When the action ends with a '/', IE will split the <form>-tags and thus break the form.

For more information see: http://forum.jquery.com/topic/ie-bug-cloning-a-form

A testcase can be found at http://thinkjavache.be/jQuery/test-deep-clone.html

Attachments (0)
Change History (8)

Changed February 01, 2010 02:22PM UTC by john comment:1

milestone: → 1.4.2
owner: → john
priority: minormajor
status: newassigned

Your demo was only using .submit() instead of .live("submit"). I fixed it but still see the problem. I'll check into it more.

Changed February 02, 2010 02:27AM UTC by john comment:2

resolution: → fixed
status: assignedclosed

Changed February 05, 2010 09:47PM UTC by john comment:3

component: coremanipulation

Changed September 24, 2010 03:41AM UTC by dmethvin comment:4

milestone: 1.4.21.4.3
priority: majorlow
resolution: fixed
status: closedreopened

Failing test case for 1.4.2 from duplicate 7072:

http://jsfiddle.net/ZmJWD/3/

Changed November 03, 2010 12:06AM UTC by leoshklo comment:5

It looks like 1.4.3 has shipped without addressing this bug, what's the process for getting it into 1.4.4 or 1.4.5?

Changed November 12, 2010 02:40AM UTC by snover comment:6

milestone: 1.4.3

Resetting milestone to future.

Changed November 22, 2010 05:16AM UTC by snover comment:7

resolution: → duplicate
status: reopenedclosed

Changed November 22, 2010 05:16AM UTC by snover comment:8

Duplicate of #6236.