Bug in dialogs
Bug in dialogs
If I do this :
$('#window1').dialog('open');
$('#window1').dialog('open');
$('#window1').dialog('close');
The window goes away but leaves the overlay intact. I have tried this
in Firefox 2. Am I not supposed to open the window twice? If not, is
there a way to know if the window is already open?
Regards,
Moazzam