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.
I believe this is a related ticket: #1736