Closed
Bug 154269
Opened 23 years ago
Closed 11 years ago
shurgard.com - page displays incorrectly
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: alex, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js] [proprietary-dom])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1a) Gecko/20020611
BuildID: 2002061104
page layout is incorrect
Reproducible: Always
Steps to Reproduce:
1. Go to the URL
This page uses sniffing like:
isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? 1 : 0;
//////isMac issues now handled via include MacScript.js//////
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
and then writes stuff for IE4 or for NS4.
->Evang
Assignee: attinasi → aruner
Component: Layout → US Ecommerce
Product: Browser → Tech Evangelism
QA Contact: petersen → bclary
Version: other → unspecified
Comment 2•23 years ago
|
||
I sent an information t the site-owner
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Summary: page displays incorrectly → shurgard.com - page displays incorrectly
Possible contact address is http://www.shurgard.com/public/ContactUs.asp except
that the page is completely unusable in DOM browsers.
Alternate contact address is NetAdmin@SHURGARD.COM
Error: centerFolder is not defined
Severity: normal → major
Priority: -- → P3
Hardware: PC → All
Whiteboard: [proprietary-js] [proprietary-dom]
Comment 4•22 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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
•