Closed
Bug 185837
Opened 23 years ago
Closed 17 years ago
martinscholl.com - Submenu doesn't appear
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: foxy, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021216
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021216
There are a main menu on the top of page (Services/HIPAA-EDI/Databases/...).
When I move the cursros over those elemenets, a submenu must appear for each
menu component. In IE it does.
Reproducible: Always
Steps to Reproduce:
1. Go to URL.
2.
3.
Actual Results:
Nothing
Expected Results:
A submenu menu
Comment 1•23 years ago
|
||
I believe the cause is the following lines, which are spread all over the page's
source:
if(btype=='ns')
{document.write('\n<layer id="downloadsNS"
onmouseout="nav_off(\'nav_6\',\'downloads\');">\n');}
.
.
.
if(btype=='ns')
{document.write('</layer>\n');}
There is a script that does a navigator.appName, and if it isn't Internet
Explorer, it sets btype to 'ns', so Mozilla is getting a lot of layer tags,
which, as far as I know, are proprietary to Netscape Communicator 4.x
Comment 2•23 years ago
|
||
layer -> TE
Assignee: asa → susiew
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → zach
Version: Trunk → unspecified
Updated•23 years ago
|
Summary: Submenu doesn't appear → martinscholl.com - Submenu doesn't appear
Whiteboard: [proprietary-js]
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
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
•