Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by john
- Owner set to john
- Priority changed from minor to major
- Status changed from new to assigned
- Milestone set to 1.4.2
comment:2 Changed 3 years ago by john
- Status changed from assigned to closed
- Resolution set to fixed
comment:4 Changed 3 years ago by dmethvin
- Priority changed from major to low
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 1.4.2 to 1.4.3
Failing test case for 1.4.2 from duplicate 7072:
comment:5 Changed 3 years ago by leoshklo
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?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.