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 comment:1
milestone: | → 1.4.2 |
---|---|
owner: | → john |
priority: | minor → major |
status: | new → assigned |
Changed February 02, 2010 02:27AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed February 05, 2010 09:47PM UTC by comment:3
component: | core → manipulation |
---|
Changed September 24, 2010 03:41AM UTC by comment:4
milestone: | 1.4.2 → 1.4.3 |
---|---|
priority: | major → low |
resolution: | fixed |
status: | closed → reopened |
Failing test case for 1.4.2 from duplicate 7072:
Changed November 03, 2010 12:06AM UTC by 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 comment:6
milestone: | 1.4.3 |
---|
Resetting milestone to future.
Changed November 22, 2010 05:16AM UTC by comment:7
resolution: | → duplicate |
---|---|
status: | reopened → closed |
Your demo was only using .submit() instead of .live("submit"). I fixed it but still see the problem. I'll check into it more.