[Webkit-unassigned] [Bug 10578] Framesets keeps loading recursively, resulting in massively nested frames

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 3 14:16:38 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10578


pewtermoose at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pewtermoose at gmail.com




------- Comment #2 from pewtermoose at gmail.com  2006-09-03 14:16 PDT -------
I poked around with this and was able to get it to load properly.  For the main
frame, they load "http://www.greenpeace.org.nz/truefood/", which points to
their index.html, which redirects to default.asp, which loads the frames which
is causing the massive buildup (by again calling index.html and redirecting to
default.asp and so on).  Having the main frame load home.asp causes it to work
properly like Firefox.

Now the strange part - I can't reproduce this locally or on my server.  I was
able to figure out the above only by pointing to the files on their server. 
There doesn't appear to be any weird javascript that would be causing this. 
There is one thing that could cause this, a check to see if its in the frameset
( if (top.location == self.location) { top.location.href = "index.html" } ),
but there appear to be no indications that this is returning the wrong value or
anything else to make this go crazy.

Whether or not this is actually a bug in WebKit or with their servers, I can't
say as I'm not familiar with the codebase. Hope this helps.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list