Modify ↓
Ticket #4526 (closed bug: invalid)
memory leak in ie 6.0.2800
| Reported by: | black | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | memory leak 6.0.2800 | Cc: | blackkuo@… |
| Blocking: | Blocked by: |
Description
I use jQuery ui to create draggable objects. But when I use sIEve-0.0.8.exe, I found it would make memory leak in IE 6.0.2800
$(function() {
$("#draggable").draggable();
});
Attachments
Change History
Changed 4 years ago by black
-
attachment
default.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

sample in jQuery ui Demo