Hi Chad,

The reason you needed to destroy the dialog instead of just closing it
is because you're trying to re-instantiate the dialog each time which
isn't allowed.  What you probably wanted to do is create the dialog
once with the autoOpen option set to false, then open it with .dialog
('open').

As for the problem with the animation, feel free to create a ticket
for that at http://dev.jqueryui.com/newticket (requires registration).


On Mar 12, 4:46 pm, Chad <[email protected]> wrote:
> Ok, figured both of these out.
>
> For the first issue I have to use destroy in the new version.  Close
> doesn't work.  The complete work around was using the close method to
> intercept the event and use destroy instead.
>
> For the second issue removing the transition from the options allowed
> the iframe to show.  Shame, that was really neat!
--~--~---------~--~----~------------~-------~--~----~
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