Closed
Bug 101630
Opened 24 years ago
Closed 24 years ago
WRMB:mouseover menus always being rendered expanded
Categories
(Tech Evangelism Graveyard :: English US, defect)
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'.
Updated•24 years ago
|
Keywords: topembed
Summary: mouseover menus always being rendered expaned → WRMB:mouseover menus always being rendered expanded
This looks like a LAYER bug to me.
Assignee | ||
Comment 5•24 years ago
|
||
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
Assignee | ||
Comment 7•24 years ago
|
||
ok, this bug has no url and the original issue is in bugscape -> INVALID
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•