Within the thread Scott referenced, there is a work-around if you don't intend to use multiple modals at the same time: http://groups.google.com/group/jquery-ui/msg/88b42c85282ac57f
On Oct 28, 9:14 am, Scott González <[EMAIL PROTECTED]> wrote: > This is a known bug:http://ui.jquery.com/bugs/ticket/2807 > > Unfortunately, it probably won't be fixed until after 1.6. If you're > interested in looking into this, the ticket has a link to a thread > that identifies the cause of the problem. > > On Oct 27, 7:14 pm, JEF <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
