RESOLVED FIXED 3968
REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
https://bugs.webkit.org/show_bug.cgi?id=3968
Summary REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
Kevin Decker
Reported 2005-07-12 13:27:45 PDT
The contents of the Scandinavian banking site http://www.skandiabanken.no doesn't always load. The top menu shows, but the rest is blank. Sometimes it loads fine on the first try, but subsequent reloads only shows the top navigation bar and no content below it (or vice versa)... *REPRODUCTION STEPS: 1) visit http://www.skandiabanken.no/ with Safari 2) Most of the time, only the top menu will show. 3) If the complete page loads, try clicking on some links or reload the main page to see if only the top menu loads
Attachments
patch attached (1.94 KB, patch)
2005-07-12 13:29 PDT, Kevin Decker
no flags
Kevin Decker
Comment 1 2005-07-12 13:29:03 PDT
Created attachment 2932 [details] patch attached
Kevin Decker
Comment 2 2005-07-12 13:29:40 PDT
<FRAMESET ROWS="80,*" border="0"> <FRAME SRC="Gui.aspx?stamp=11.07.2005+23%3a44%3a01" ID="gui" NAME="gui" scrolling="auto" frameborder="0" marginWidth=8 marginheight=0> <FRAME SRC="Blank.aspx" ID="main" NAME="main" noresize marginheight="0" marginWidth="8"> </FRAMESET> The "gui" frame through JS does top.main.location = "/Skbweb/default.aspx", thus causing a location change during the load.
Note You need to log in before you can comment on or make changes to this bug.