Bug 3968

Summary: REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
Product: WebKit Reporter: Kevin Decker <kdecker>
Component: Layout and RenderingAssignee: Kevin Decker <kdecker>
Status: RESOLVED FIXED    
Severity: Blocker    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch attached none

Description Kevin Decker 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
Comment 1 Kevin Decker 2005-07-12 13:29:03 PDT
Created attachment 2932 [details]
patch attached
Comment 2 Kevin Decker 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.