Using overlay in $.fn.dialog()

$(win).dialog({
....
overlay: {
        opacity: 0.5, background: "black"
},
....
});

Causes a memory leak in IE6 of ~= 2Mo each time a dialog is opened.

How can I avoid that ?

I checked in the DOM and div.ui-dialog-overlay is removed from the DOM.

-- 
Fabien Meghazi

Website: http://www.amigrave.com
Email: [email protected]
IM: [email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to