Closed
Bug 150228
Opened 24 years ago
Closed 12 years ago
sbcpray.net -Javascript menus do not appear
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jondarien, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.0) Gecko/20020529
BuildID: 2002052917
The javascript menus on this site do not appear; they do work in Internet
Explorer and Netscape Communicator 4.x.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.sbcpray.net/home.asp
2. Roll the mouse cursor over "Home", "Prayer Room", "Prayer Requests", etc.
3. No menus appear!
Actual Results: No menus appear
Expected Results: Menus should appear
Comment 1•24 years ago
|
||
From the page:
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
So the site arbitrarily decides that no browsers except IE4+/Windows, IE5+/Mac
and NS4 can handle the menus. Any other browser (eg. Mozilla) is simply not
given the menu code by the site.
Evang.
Assignee: attinasi → doron
Status: UNCONFIRMED → NEW
Component: Layout → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
Still requires document.layers or document.all
Contact addresses appear to be webmaster@sbc.net and cchapman@sbc.net
OS: Mac System 9.x → All
Hardware: Macintosh → All
Comment 3•23 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Updated•23 years ago
|
Summary: http://www.sbcpray.net/home.asp Javascript menus do not appear → sbcpray.net -Javascript menus do not appear
Comment 4•12 years ago
|
||
WFM now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•11 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
•