Bug Tracker

Modify

Ticket #4241 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

Namespaced events cause memory leaks

Reported by: scott.gonzalez Owned by: brandon
Priority: critical Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocking: Blocked by:

Description

$('<div></div>').bind('click.foo', function() {});

leaks memory in IE (tested using Drip).

$('<div></div>').bind('click', function() {});

works fine.

Change History

comment:1 Changed 4 years ago by brandon

  • Owner changed from aflesler to brandon

comment:2 Changed 4 years ago by brandon

  • Status changed from new to closed
  • Resolution set to fixed

I had a really difficult time getting a reliable test case to verify this actually solves the memory leak. r6321 appears to have fixed this issue.

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.