Modify ↓
Ticket #12149 (closed bug: fixed)
'change' event handler leaks in IE7/8
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.8.1 |
| Component: | event | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Reproducing fiddle: http://jsfiddle.net/En8Ue/51/
Change History
comment:3 Changed 9 months ago by Nikita Govorov
- Status changed from new to closed
- Resolution set to fixed
Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.
Changeset: ff7b7cfd1d754f6daf20541dc71c84ad690d3708
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.

Sorry, one addition, it does not leak in IE8, only in IE7.