I close the dialog and then open,the dialog can not drag in ie8 when "modal: true", $(function () { $("#div").dialog({ width: 200, height: 200, modal: true, content: 'test', title: "title" }); $("#btn").click(function () { $("#div").dialog("open") }); });