dialog problem

dialog problem


hi,
if I set shadow false, for example
$('div#box').dialog({
    shadow: false,
    width: 300,
    height: 300
});
when I drag the dialog window and there will be an error
this.shadow is undefined
how to solve it?