Response title
This is preview!
I'm using 2.1.3 on IE 11 and the dialog doesn't center itself Here's the actual code. Just one thing does it's to put the initialization of the dialog in a setTimeout of 500 then it works. How can I make sure it is centered without the setTimeout ?
In case you would like to try, here's the HTMLPopup :
Ah found the solution by myself.
I did set autoOpen to false and then I open it in the done function
$( '#GenericDialog' ).dialog( 'open' );
© 2013 jQuery Foundation
Sponsored by and others.