jQueryUI dialog closes immediately
I'm using jQuery 1.4.2 and UI 1.8.4 and having an issue with the dialog widget where it immediately closes itself as soon as it finishes opening. This occurs on both IE and FF.
I've got my code sample at http://pastebin.com/KnSETLrD
The content of the DIV doesn't seem to matter, I've replaced it with just "testing" and it still does the same thing. The page doesn't appear to be posting back after the dialog opens, either...just closing the dialog.
Any ideas?