Closed Bug 217385 Opened 21 years ago Closed 10 years ago

motient.com - uses proprietary JS for navigation menu

Categories

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

x86
Windows XP
defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: lohphat, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030826

IE showns the pop-up menus as you mouseover the left menu

Reproducible: Always

Steps to Reproduce:
1. Goto URL
2. Move mouse over the left menu
3. No pop-up submenus apprear
4. Works in IE 6

Actual Results:  
Menus didn't pop-up

Expected Results:  
Shown the menu
From their script:

    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));
    function popUp(){return};
    function popDown(){return};
    if (!ver4) event=null;

The site is only scripted for IE or for Netscape 4.  Mozilla gets no results
from the script.

->TE
Assignee: rogerl → english-us
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → English US
Ever confirmed: true
Priority: -- → P4
Product: Browser → Tech Evangelism
QA Contact: pschwartau → english-us
Summary: Pop-up JS menus don't appear on mouseover → motient.com - uses proprietary JS for navigation menu
Version: Trunk → unspecified
Domain is up to sale.
[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.