Side navigation
#2049 closed bug (duplicate)
Opened December 13, 2007 03:35PM UTC
Closed December 14, 2007 03:34PM UTC
Last modified April 23, 2017 11:33PM UTC
ie's memery leak
| Reported by: | paaboo | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 | 
| Component: | core | Version: | 1.2.1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
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.
Attachments (0)
Change History (3)
Changed December 14, 2007 03:34PM UTC by comment:1
| description: | \ 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. → 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. | 
|---|---|
| resolution: | → duplicate | 
| status: | new → closed | 
Changed April 23, 2017 11:30PM UTC by comment:2
| cc: | memery leak | 
|---|---|
| keywords: | memery leak | 
Changed April 23, 2017 11:33PM UTC by comment:3
| description: | 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. → the code just like this: \ {{{#!js \ <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. | 
|---|
This is a duplicate of #1731 and is resolved in [3578].