Ticket #1475 (closed bug: fixed)
clone() stop event propagation
| Reported by: | gregoire.cachet | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | event | Version: | 1.1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm trying to clone() a DOM node during a change event on this node.
It appears that it stop the propagation of my change event (actually it should call another callback function after the callback who clones the node, that's how I noticed because it wasn't called).
It works fine with the DOM cloneNode() method.
I'm running Firefox 2.0.0.6.
Attachments
Change History
Changed 5 years ago by davidserduke
-
attachment
jquery_test.html
added
test case (built based on description)
comment:3 Changed 5 years ago by davidserduke
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from 1.1.4 to 1.2.2
I was unable to reproduce this in the current SVN. Clone has changed quite a bit since 1.1.3 so I'm going to mark this as fixed. If the test case isn't what you had in mind feel free to reopen the bug and attach one that shows the problem.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
