Opened 16 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (4)
comment:1 Changed 16 years ago by
Component: | core → event |
---|---|
Milestone: | → 1.1.4 |
comment:2 Changed 16 years ago by
need: | Review → Test Case |
---|
Changed 15 years ago by
Attachment: | jquery_test.html added |
---|
comment:3 Changed 15 years ago by
Milestone: | 1.1.4 → 1.2.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
test case (built based on description)