Closed Bug 288043 Opened 19 years ago Closed 19 years ago

javascript variable 'location' causes page to infinitely reload/refresh

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 131212

People

(Reporter: greg.quilop, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Mozilla/5.0

Found that a page created by another source had created a javascript variable 
named "location".  The page would infinitely reload, but would not crash the 
browser.  I was able to stop the reloading, but this filled up the server with 
a lot of GET requests.  I also found that by alerting the variable gave the url 
string, not the variable's string, in this case an empty string.  Changing the 
variable name fixed the problem, but location isn't a javascript reserved word 
and shouldn't cause this type of problem when being used as a varable.

Saw the problem in Firefox 1.0.2 and Netscape 7.2.  Could not reproduce the 
error in Internet Explorer or Netscape 7 and below.


Reproducible: Always

Steps to Reproduce:
1.Firefox 1.0.2 or Netscape 7.2 on an Apache Server
2.Create an html page with a javascript variable named location (var location 
= "";)
3.View page

Actual Results:  
Page kept reloading.

Expected Results:  
Page should completely load once.
Sorry.. found that this was a duplicate of bug 131212 and is marked as WONTFIX.

*** This bug has been marked as a duplicate of 131212 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.