I tried upgrading from 1.3.6 to 1.4.1. After upgrade new dialog and window are opened at random locations on screen. They always used to open in center until version 1.3.6. Looking at the source I figured a workaround to call method 'center' on load.
$('#dialog').dialog('center');
But this is not scalable as I am using dialog at 100+ places. Is there a way to ensure that all dialog/window open in center of screen by default. This is a blocker for me and I can't upgrade.
Please help !!