Bug Tracker

Ticket #1475 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

clone() stop event propagation

Reported by: gregoire.cachet Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.2 Component: event
Version: 1.1.3 Keywords:
Cc: Needs: Test Case

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

jquery_test.html (1.1 kB) - added by davidserduke 1 year ago.
test case (built based on description)

Change History

Changed 1 year ago by john

  • owner deleted
  • component changed from core to event
  • milestone set to 1.1.4

Changed 1 year ago by brandon

  • need changed from Review to Test Case

Changed 1 year ago by davidserduke

test case (built based on description)

Changed 1 year 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.

Note: See TracTickets for help on using tickets.