Closed Bug 120710 Opened 23 years ago Closed 10 years ago

isonews.com - javascript menus don't dropdown

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: michel.rooman, Unassigned)

References

()

Details

(Whiteboard: [PROPRIETARY-DOM])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+)
Gecko/20020114
BuildID:    20020114

www.isonews.com drops down javascripts menu when you click on the menu on the
top of the page. I searched for <layer> <ilayer> document.all and document.layer

Reproducible: Always
Steps to Reproduce:
1.go to www.isonews.com
2.try to click on the "releases" link on the top navbar


Actual Results:  mouseover of the link works , but when click the menu doesn't come.

Expected Results:  a menu should drop down

I searched for layers or document.all document.layer but didn't found any ...
maybe I overlooked it.
Yes but you didn't search the javascript files which it includes.


http://www.isonews.com/common/js-functions.php3

if (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) < 5) {
	layerStyleRef="layer.";
	layerRef="document.layers";
	styleSwitch="";
	visibleVar="show";
	btype="ns";
}
else{
	layerStyleRef="layer.style.";
	layerRef="document.all";
	styleSwitch=".style";
	visibleVar="visible";
	btype="ie";
}


So this is evangelism.
Assignee: attinasi → doronr
Status: UNCONFIRMED → NEW
Component: Layout → US General
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Hardware: PC → All
Summary: javascript menus don't dropdown → isonews.com - javascript menus don't dropdown
Whiteboard: [PROPRIETARY-DOM]
Version: other → unspecified
*** Bug 111804 has been marked as a duplicate of this bug. ***
1 year later...

isonews.com still requires document.all or document.layers

Contact addresses are admin@isonews.com and casabacau@yahoo.com
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Pointing now to http://www.cybercrime.gov/

Closing as invalid ?
They are now reachable on many new domains.
For example: http://www.izonews.com/
URL in comment 0 is no more available.
URL in comment 6 is WFM using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Both URLs listed in comments now seem to be parked domains/not exist, please close.
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.