Bug Tracker

Modify

Ticket #1475 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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

jquery_test.html Download (1.1 KB) - added by davidserduke 5 years ago.
test case (built based on description)

Change History

comment:1 Changed 6 years ago by john

  • Component changed from core to event
  • Milestone set to 1.1.4

comment:2 Changed 6 years ago by brandon

  • need changed from Review to Test Case

Changed 5 years ago by davidserduke

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.