Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#10131 closed bug (wontfix)

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:
Blocked by: Blocking:

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 (3)

comment:1 Changed 12 years ago by timmywil

Resolution: wontfix
Status: newclosed

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 11 years ago by anonymous

have the same problem (tested on IE7)

No solution ?

comment:3 Changed 11 years ago by [email protected]

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.

Note: See TracTickets for help on using tickets.