Problem setting Dialog width
In jQuery 1.3.2 and jQuery UI 1.7.2 this code produced the correctly sized dialog:
$dlg.data('width.dialog', dlgWidth)
In jQuery 1.4.2 and jQuery UI 1.8.3rc3 it does not size properly. I also tried this:
$dlg.data('option', 'width', dlgWidth)
Any ideas?