Modify ↓
Ticket #4241 (closed bug: fixed)
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
