When i set the modal option for my dialog to true it cause the browser
(FF3) to lag after pressing close or any of the input buttons. If I
remove the modal it works perfectly. It also shoots FF3 memory
consumption to over 300MB
This is my code for the dialog:
$("#statusInfo").dialog({ //Defines status dialog
autoOpen: false,
modal: true,
width: "800",
height: "600",
title: "Status Info"
});
I ideas to want might be causing this?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---