Closed Bug 145870 Opened 22 years ago Closed 22 years ago

Flyout submenus do not appear

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows 2000
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 92826

People

(Reporter: mozilla, Assigned: doronr)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2)
Gecko/20020510
BuildID:    2002051006 (RC2)

Flyout submenus do not appear from the main menu bar on the left hand side. 
These work in IE6, but also appear not to work in NN 6.2.  These menus are
JavaScript driven.

Reproducible: Always
Steps to Reproduce:
1.Go to www.hotmetalpro.com
2. Move mouse to menubar on left side of the screen
3. As the mouse hovers over each menu item a submenu of choices should flyout.

Actual Results:  Submenu does not fly out : Thus the pages that the sub options
lead to are not accessible.

Expected Results:  Submenus should fly out.  Try it yourself with IE6.
Reassigning to Tech Evangelism. This site uses non-W3C-compliant HTML:

var NS4 = (document.layers) ? 1 : 0;
var IE4 = (document.all) ? 1 : 0;
var ver4 = (NS4 || IE4) ? 1 : 0;

if ((document.layers) || IE4)
{
          etc.


This code will only work in NS4 (which supported document.layers)
or in IE (which supports document.all). Neither is W3C-standard,
and neither is suppported in Mozilla.
Assignee: rogerl → doron
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → zach
Version: other → unspecified
In fact, there is already a bug on this. Terry, you'll be cc'ed on it -

*** This bug has been marked as a duplicate of 92826 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.