Skip to main content

Bug Tracker

Side navigation

#2027 closed bug (fixed)

Opened December 07, 2007 03:12AM UTC

Closed December 20, 2007 01:37PM UTC

appendTo/replaceAll/etc. needs to control event cloning

Reported by: john Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Currently if you do appendTo/replaceAll etc. elements will most likely get cloned when they're added to the DOM - however, there's no way to specify if events should be cloned on the original element (like it's specified on the .clone() method). Additionally, .domManip() doesn't use the clone method, it should do that as well.

At first I thought #2026 was the right solution to this problem - but this is the right one.

Attachments (0)
Change History (2)

Changed December 15, 2007 05:46PM UTC by brandon comment:1

I believe this is a related ticket: #1736

Changed December 20, 2007 01:37PM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev [4251].