Side navigation
#3952 closed bug (duplicate)
Opened January 22, 2009 12:22PM UTC
Closed March 18, 2009 02:47AM UTC
Last modified March 14, 2012 11:32AM UTC
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