Bug Tracker

Modify

Ticket #2049 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to duplicate
  • Description modified (diff)

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

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.