Closed
Bug 99675
Opened 23 years ago
Closed 23 years ago
codewarrior.com - menu not displayed
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mseitz, Assigned: doronr)
References
()
Details
(Whiteboard: [PROPRIETARY-JAVASCRIPT] aok)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4+) Gecko/20010913
BuildID: 2001091303
On the page www.codewarrior.com, clicking on the link "Development Tools" has no
effect. It should cause a submenu to be displayed.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.codewarrior.com/
2. Click on "Development Tools"
Actual Results: Nothing happens.
Expected Results: A submenu should be displayed.
JavaScript console shows the following error
Error: submenu is not defined
Source File: http://www.codewarrior.com/_menu/#
Line: 97
Comment 1•23 years ago
|
||
if (document.layers) {
submenu = document.layers[menu];
}
else if (document.all) {
submenu = document.all(menu).style;
}
Hmm... since we support neither, that breaks badly.
Over to evangelism
Assignee: attinasi → bclary
Status: UNCONFIRMED → NEW
Component: Layout → US English
Ever confirmed: true
OS: Windows NT → All
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Hardware: PC → All
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Version: other → unspecified
Updated•23 years ago
|
Whiteboard: [PROPRIETARY-JAVASCRIPT] → [PROPRIETARY-JAVASCRIPT] aok
Comment 2•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
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
•