Skip to main content

Search and Top Navigation

#4637 closed bug (worksforme)

Opened June 25, 2009 03:39PM UTC

Closed November 07, 2009 06:28PM UTC

Modal ui.dialog won't display right in IE8 if page longer than apox 500 lines

Reported by: ianr Owned by:
Priority: major Milestone: 1.8
Component: ui.dialog Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

I'm not sure if its just IE8, because I don't have 6 or 7

To recreate I just took the demo page "demos/dialog/modal.html", turned it to a php file, and executed a for loop that printed 2000 lines of "Blah<br/>".

This causes the modal image to "blot" out the page behind it and cause erratic behavior.

Just add the following code anywhere in the body of the above example page.

<?

for ($i=0;$i<2000;$i++) { echo "Blah<br/>"; }

?>

Attachments (1)
  • modal.php.txt (2.5 KB) - added by ianr June 25, 2009 03:41PM UTC.

    Demo model file used to recreate bug

Change History (2)

Changed July 09, 2009 01:54PM UTC by jzaefferer comment:1

component: ui.coreui.dialog
milestone: TBD1.8

Changed November 07, 2009 06:28PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

I don't know what you mean by "This causes the modal image to "blot" out the page behind it and cause erratic behavior." I'm not seeing any odd behavior in IE 8.