dialog not centered horizontally in chrome with v1.8.6
To reproduce
<div id="popupcontainer">
Test stuff
</div>
and
$("#popupcontainer").dialog();
The dialog is shown centered vertically, but not horizontally (appears on the left) in Chrome 7.0.517.44.
Works fine in IE and FF.