Closed Bug 56813 Opened 24 years ago Closed 21 years ago

m2mexpert.com - [LAYER] Java drop down windows don't work, or don't appear.

Categories

(Tech Evangelism Graveyard :: English US, defect, P3)

All
Windows 98
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: drow, Assigned: doronr)

References

()

Details

(Whiteboard: [CONTACT])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001010
BuildID:    2000101014

menu at top produces drop downs in other browsers

Reproducible: Always
Steps to Reproduce:
go to site, try drop downs...	very buggy site... could be their end.. but works in ie
4-5.0 and netscape 4.7

Actual Results:

Expected Results:

Also... www.hotmail.com... login to hotmail account produces error, "The
connection was refused when attempting to contact
lc6.law5.hotmail.passport.com."  probably microshady just being shady...

There was one other one, but it eludes me now.. oh well.
The drop downs are Javascript, not Java.

The browser sniffer code consists of:
   NS4 = (document.layers);
   IE4 = (document.all);
   ver4 = (NS4 || IE4);   
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
   isMenu = (NS4 || (IE4 && !isMac));

Only if isMenu is true will the drop downs be enable.
Mozilla will return false for document.layers and document.all, so isMenu will 
not be true for Mozilla.
I am seeing the bug on mac 8.5 build 2000101408.

Another example of this bug may be found at
http://www.highwired.net/Paper/Home/0,4588,537,00.html

The top menus should drop down.
layer issue, over to evang.

layers are not supported in mozilla anymore, as they are not a w3c recommendation.
Assignee: asa → blakeross
Component: Browser-General → Evangelism
QA Contact: doronr → zach
Summary: Java drop down windows don't work, or don't appear. → [LAYER] Java drop down windows don't work, or don't appear.
Status: UNCONFIRMED → NEW
Ever confirmed: true
-> evangelism@telocity.com for my evangelism bugs.

removing the now-depreciated evangelism-related keywords.

setting platform to All.
Assignee: blakeross → evangelism
Hardware: PC → All
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Summary: [LAYER] Java drop down windows don't work, or don't appear. → m2mexpert.com - [LAYER] Java drop down windows don't work, or don't appear.
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
the drop downs now work in moz, but the submenus don't align correctly, probably
js code error by the author
uses hiermenu
http://www.m2mexpert.com/global/menus/HM_Loader.js
/*HM_Loader.js
* by Peter Belesis. v4.0.8 010405
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/

needs to upgrade to at least v 4.0.14
contacted webmaster@made2manage.com 10/16/01
Status: NEW → ASSIGNED
Whiteboard: [CONTACT]
Target Milestone: --- → mozilla0.9.7
Whiteboard: [CONTACT] → [CONTACT][aok]
Mass reassign of all tech-evangelism us general bugs assigned to bc to 
doron except bc's P1 bugs. You may search for this mass reassign (it is 
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Status: ASSIGNED → NEW
Target Milestone: Dec → ---
reset assigned/milestone
Status: NEW → ASSIGNED
Target Milestone: --- → Dec
contacted again
Whiteboard: [CONTACT][aok] → [CONTACT]
Target Milestone: Dec → Feb
fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.