Modify ↓
Ticket #3952 (closed bug: duplicate)
Cross document error in $.clone for !$.support.noCloneEvent browsers
| Reported by: | shazam | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | core | Version: | 1.3 |
| Keywords: | noCloneEvent clone | Cc: | |
| Blocking: | Blocked by: |
Description
Cloning a node in a child iframe document results in an error on browsers that does not support noCloneEvent because document is used to create temporary div that will contain the cloned node instead of ownerDocument of the cloned node.
Diff attached
Attachments
Change History
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.

