#5998 closed bug (duplicate)
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
Change History (8)
comment:1 Changed 13 years ago by
Milestone: | → 1.4.2 |
---|---|
Owner: | set to john |
Priority: | minor → major |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Component: | core → manipulation |
---|
comment:4 Changed 12 years ago by
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:
comment:5 Changed 12 years ago by
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?
comment:7 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Your demo was only using .submit() instead of .live("submit"). I fixed it but still see the problem. I'll check into it more.