Skip to main content

Bug Tracker

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

Attachments (2)
Change History (3)

Changed January 31, 2009 09:24PM UTC by dmethvin comment:1

owner: → flesler

Changed February 18, 2009 02:09PM UTC by doug comment:2

Compare with ticket #4074. I believe this is fixed in version 1.3.2.

Changed March 18, 2009 02:47AM UTC by brandon comment:3

resolution: → duplicate
status: newclosed

duplicate of #4074