[Webkit-unassigned] [Bug 6389] REGRESSION: Problem loading porland.citysearch.com home page

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Feb 4 19:48:40 PST 2006


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





------- Comment #5 from ddkilzer at kilzer.net  2006-02-04 19:48 PDT -------
Interesting.  If you stop the insane reloads and bring up the Web Inspector,
the very last element that the inspector shows is the following:

        <script language="JavaScript"><!--
          insertLocationsOptions('savedLocs');
          insertLocationsOptions('recLocs');
        //--></script>

This JS function is defined in the menu_builder_yp.js file, and the function is
using a local variable named "location".  I wonder if the scope of this
variable isn't being obeyed and the window.location variable is getting written
to?  That would explain the reloads, and why the page only renders so far each
time.

What I don't understand is why the page loads successfully if it's loaded from
disk?


-- 
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