#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: | |
Blocked by: | Blocking: |
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 (2)
Change History (5)
Changed 13 years ago by
Attachment: | clone cross document safety hole.diff added |
---|
Changed 13 years ago by
Attachment: | cloneBug.rar added |
---|
comment:1 Changed 13 years ago by
Owner: | set to flesler |
---|
comment:2 Changed 13 years ago by
Compare with ticket #4074. I believe this is fixed in version 1.3.2.
Note: See
TracTickets for help on using
tickets.
Demonstrates the clone bug