Closed
Bug 106501
Opened 24 years ago
Closed 23 years ago
uchastings.edu - menu links don't display
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sharding, Assigned: doronr)
References
()
Details
(Whiteboard: [PROPRIETARY-JAVASCRIPT])
www.uchastings.edu shows a menu bar at the top of the screen in Navigator 4 and
IE. In mozilla, it doesn't show up at all (neither does the "picture book").
These menus appear to be drawn by Javascript, but I don't see any errors in the
javascript console (yes, javascript is on).
This is Linux mozilla 2001102308 on FreeBSD.
Comment 1•24 years ago
|
||
function checkbrowser() {
if (document.all) {
initiate()
}
if (document.layers) {
rotatenetscape()
}
}
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"
onLoad="checkbrowser()">
evangelism. We support neither document.all not document.layers.
Assignee: rogerl → bclary
Status: UNCONFIRMED → NEW
Component: Javascript Engine → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → zach
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Version: other → unspecified
Updated•24 years ago
|
Summary: menu links don't display → uchastings.edu - menu links don't display
Comment 2•24 years ago
|
||
SPAM. You may filter these bugs by querying the string "ReadingRitingRithmetic"
Mass Moving Bugs on Educational institutions in the United States to the new US
Edu component and assigning to default owners.
Assignee: bclary → doronr
Component: US General → US Edu
QA Contact: zach → caillon
Comment 3•23 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•