Skip to main content

Bug Tracker

Side navigation

#1475 closed bug (fixed)

Opened August 08, 2007 10:26AM UTC

Closed December 12, 2007 01:46AM UTC

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)
  • jquery_test.html (1.1 KB) - added by davidserduke December 12, 2007 01:45AM UTC.

    test case (built based on description)

Change History (3)

Changed August 10, 2007 06:28AM UTC by john comment:1

component: coreevent
milestone: → 1.1.4

Changed September 27, 2007 03:17PM UTC by brandon comment:2

need: ReviewTest Case

Changed December 12, 2007 01:46AM UTC by davidserduke comment:3

milestone: 1.1.41.2.2
resolution: → fixed
status: newclosed

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.