Closed Bug 242103 Opened 20 years ago Closed 10 years ago

miami-vice.org - Dropdown menus won't work.

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: archonon, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

Dropdown menus won't work (surprisingly they do work on IE). Site doesn't
appearing to be using any IE specific coding. See attachment for example.



Reproducible: Always
Steps to Reproduce:
Attached image Example
var bVer = parseInt(navigator.appVersion);
var NS4 = (bName == "Netscape" && bVer >= 4);
var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
var NS3 = (bName == "Netscape" && bVer < 4);
var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
var menuActive = 0
var menuOn = 0
var onLayer
var timeOn = null
var loaded = 0

// Switch Layer
if (NS4 || IE4)
{
	if(navigator.appName == "Netscape")
	{
		layerStyleRef="layer.";
		layerRef="document.layers";
		styleSwitch="";
	}
	else
	{
		layerStyleRef="layer.style.";
		layerRef="document.all";
		styleSwitch=".style";
	}
}

The whole script is IE/Netscape 4 specific.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: PC → All
Summary: Dropdown menus won't work. → Dropdown menus won't work.
Summary: Dropdown menus won't work. → miami-vice.org - Dropdown menus won't work.
*** Bug 310713 has been marked as a duplicate of this bug. ***
Page is down.
[closeme]
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: