Closed Bug 101630 Opened 23 years ago Closed 23 years ago

WRMB:mouseover menus always being rendered expanded

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: anthonyd, Assigned: bc)

References

Details

(Keywords: topembed, Whiteboard: [bugscape: 7261])

Attachments

(2 files)

instead of the menus 'popping' up when a mouse over is received, they are always 
expanded.  I will attach two files which represent the simplified testcase.

The javascript doesnt use layers (at least that I can see) and it works fine on 
IE and 4.x.  Only 6.x does it render already 'opened'.
Attached file html for testcase
Keywords: topembed
Summary: mouseover menus always being rendered expaned → WRMB:mouseover menus always being rendered expanded
adding bugscape ref
Whiteboard: [bugscape: 7261]
Blocks: 64833
This looks like a LAYER bug to me.
definitely evang fodder: the script uses a version 4 of MM_findObj so that is
fine, but the other code is NN4, IE4/5 only. I doubt it works on IE6 either.

bname = navigator.appName;

ver = navigator.appVersion;
int_ver = parseInt(ver);

if (bname.indexOf("Netscape") >= 0 && int_ver == 4) 
  ns = 1;

if (bname.indexOf("Microsoft Internet Explorer") >=0 && int_ver >= 4) 
  ie = 1;

if (navigator.userAgent.indexOf('MSIE 4')>0) 
  ie4 = 1;

if (navigator.userAgent.indexOf('MSIE 5')>0) 
ie5 = 1;

Ok, reassigning.
Assignee: jst → bclary
Component: Layout → English: US
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
ok, this bug has no url and the original issue is in bugscape -> INVALID
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Verified
2002040608/WinXP
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.

Attachment

General

Creator:
Created:
Updated:
Size: