Modify ↓
Ticket #2049 (closed bug: duplicate)
ie's memery leak
| Reported by: | paaboo | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | memery leak | Cc: | memery leak |
| Blocking: | Blocked by: |
Description (last modified by brandon) (diff)
the code just like this: ------------------------------- <script type="text/javascript"> $(document).ready(function(){
$("#pid").click(function(){
alert(1);
});
}); </script> <a id="pid">test</a> -------------------------------
and i use Drip 0.5 (a memery leak testing tool) to test the page ,
it show a memery leak at the id="pid" element.
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.

This is a duplicate of #1731 and is resolved in [3578].