Issue with jQuery UI Dialog on IE 8 Standard Mode

Issue with jQuery UI Dialog on IE 8 Standard Mode


Hi,
First of all thanks for the great reusable UI framework.
I am trying to use jQuery UI Dialog component as a modal dialog box.
It works fine in FF, Crome and Safari but does not work in IE 8
Standard Mode. However the default dialog box works fine in IE 8 too.
If the Dialog box's property "modal" is set to true and the dialog box
is opened in IE then the dialog box is displayed but the data in the
main page are not displayed. The main page displays "false" on top
left corner of the page.
I tried the same with Dialog's demos. It behaves the same.
How to fix this issue?