Opened 15 years ago
Closed 15 years ago
#2027 closed bug (fixed)
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.
Note: See
TracTickets for help on using
tickets.
I believe this is a related ticket: #1736