I've put a facebook like button in a jquery ui dialog (version 1.8.9). The facebook like button essentially creates an iframe for its content on runtime.
The content lays out fine, with the dialog having the right height when the page loads. However, when a user clicks the like button, facebook pops up an overlay that's about 300 pixels high asking the user to add a comment to their like. On the page, the dialog does not recognize this popup as new content, and so a scrollbar appears on the right of the rather short dialog and users have to scroll the see the content.
I'd like the dialog to recognize when facebook pops out that new content -- is there any way to get this to happen?
Thanks!