Closed
Bug 265670
Opened 20 years ago
Closed 17 years ago
hudsoncitysavingsbank.com - do not display details after clicking a choice
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vcci.masswell, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
In the page at http://www.hudsoncitysavingsbank.com/site/locations.html,
locations should display after clicking a letter or town below the selection
boxes. The details do not display in Mozilla 1.8a5 and Firefox 1.0.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•20 years ago
|
||
The source has:
if (document.all)
{
descriptions.innerHTML=locii;
}
else if (document.layers)
{
document.d1.document.d2.document.write(locii);
document.d1.document.d2.document.close();
}
--> Tech Evangelism
Assignee: bugs → english-us
Component: Web Site → English US
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: english-us
Hardware: PC → All
Summary: do not display details after clicking a choice → hudsoncitysavingsbank.com - do not display details after clicking a choice
Comment 2•17 years ago
|
||
Seems to work now. FIXED by presumed redesign.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•