Bug 3968 - REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
Summary: REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Blocker
Assignee: Kevin Decker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 13:27 PDT by Kevin Decker
Modified: 2005-07-12 13:29 PDT (History)
0 users

See Also:


Attachments
patch attached (1.94 KB, patch)
2005-07-12 13:29 PDT, Kevin Decker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.