When you use jquery UI dialog, all works well, except for one thing. When the browser is resized, the dialog just stays in it's initial position which can be really annoying.
You can test it out on: http://jqueryui.com/demos/dialog/
Click on the "modal dialog" example and resize your browser.
I'd love to be able to let dialogs auto-center when the browser resizes. Can this be done in an efficient way for all my dialogs in my app?
Thanks a lot!