Ticket #9426 (closed bug: invalid)
Jquery UI Ajax Tab Memory Leak
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | misc | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
We are using jquery 1.4.2 in production and we are seeing memory leak issues with jquery ui tabs.
I have tried upgrading to newer version but seems like issue is only fixed in 1.5.2 version. Version 1.6.x still has memory leaks.
Scenario 1) Create a ajax tab 2) Keep loading ajax tab multiple time using drip auto refresh 3) With any version other than 1.5.2 memory keeps on increasing and after 5 mins IE6 stops responding.
But with 1.5.2 there are other issues e.g. getJSON is not working and there are couple of places in code where there is no catch in try/finally block. IE6 seems like does not like this.
Change History
comment:2 Changed 2 years ago by timmywil
- Owner set to anonymous
- Priority changed from undecided to low
- Status changed from new to pending
Please confirm the issue still exists in the git version of jquery. If so, please provide a reduced test case that does not include anything from jQuery UI so we can confirm it is a jQuery core issue.
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

It is very possible that this is not at all UI or Ajax related, but in fact a duplicate to #9341 & #9294