Bug Tracker

Modify

Ticket #10131 (closed bug: wontfix)

Opened 21 months ago

Last modified 15 months ago

Memory leakage with jQuery 1.6 and jQuery 1.8.16 on IE 7?

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

Hi there,

I tested two blank pages on IE7

The first page

<head>

<script src="/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>

</head> <body> </body>

The second page

<head>

<script src="/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>

</head> <body> </body>

After each refreshing with F5, IExplore used 2 or 3 more megabytes memory with the first page. However it did not happen on the second page.

Does jQuery 1.6.2 brings some memory leakage issue for jQuery UI library? It also happens on jQuery 1.5.1, 1.6.1.

Without the jQuery UI library, there is no noticeable memory leakage with jQuery 1.6.2 though. However we really need jQuery UI library for our project.

Thanks

Limin

Change History

comment:1 Changed 21 months ago by timmywil

  • Status changed from new to closed
  • Resolution set to wontfix

I don't think we'll be able to spend the resources to identify the source of the leak without more specific information. However, given that there is no noticeable leak with jQuery 1.6.2 alone, I would file a ticket on the  jqueryui bug tracker.

comment:2 Changed 20 months ago by anonymous

have the same problem (tested on IE7)

No solution ?

comment:3 Changed 15 months ago by anrobinson@…

We have the same issue, but with ONLY jQuery 1.6.4 on the page. It repros by simply refreshing IE7 and watching the memory go up...up...up.

It's a pretty easy repro - blank page with jQuery included.

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.