[jquery-ui] Re: Modal dialog form loading in Internet Explorer

2008-12-17 Thread mike3275
Just to follow up, I reported the same bug regarding a utility created by my company's hosting provider where IE won't refresh until I move the mouse. The response I got was that it's a rendering bug in IE and is beyond their control. Still, if anyone knows a workaround to this problem, I'd appr

[jquery-ui] Re: Modal dialog form loading in Internet Explorer

2008-12-15 Thread mike3275
That doesn't seem to be it. Thanks, though. On Dec 15, 12:06 pm, "Richard D. Worth" wrote: > Don't know if this is your problem, but this line looks odd > > d.bgiframe({top: '-1em'}); > > The dialog plugin will do the bgiframe bits itself, since you have (I > assume) included jquery.bgiframe.js

[jquery-ui] Re: Modal dialog form loading in Internet Explorer

2008-12-15 Thread Richard D. Worth
Don't know if this is your problem, but this line looks odd d.bgiframe({top: '-1em'}); The dialog plugin will do the bgiframe bits itself, since you have (I assume) included jquery.bgiframe.js and I see you've set the dialog option bgiframe to true. - Richard On Mon, Dec 15, 2008 at 10:29 AM, m