Closed
Bug 60345
Opened 24 years ago
Closed 22 years ago
eou.edu - uses old, non-standards conformant script
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jefu, Assigned: doronr)
References
()
Details
(Keywords: verifyme, Whiteboard: [contact][propietary-js])
When visiting this page, a popup window appears that says :
Choose either the smooth or advanced static modes
but with no clue whatever as to how to actually do this. Other pages in this
sequence also do the same thing so the popup window appears frequently. I dont
see the window in the page source, nor do I find anything on these modes in the
preferences editor.
![]() |
||
Comment 1•24 years ago
|
||
From the main.js file included by the page:
IE=document.all;
NS=document.layers;
if (IE) {
ssm2.style.pixelLeft = -menuWidth;
ssm2.style.visibility = "visible"
}
else if (NS) {
document.ssm2.left = -menuWidth;
document.ssm2.visibility = "show"
}
else {
alert('Choose either the "smooth" or "advanced" static modes!')
}
}
This is a bug in the page. document.all and document.layers are both
non-standard. Mozilla does not support them. The page needs to fix its
browser-sniffing code.
Over to evangelism.
Assignee: hangas → blakeross
Status: UNCONFIRMED → NEW
Component: User Interface: Design Feedback → Evangelism
Ever confirmed: true
QA Contact: mpt → zach
Summary: smooth or advanced static modes window popup → [document.layers] smooth or advanced static modes window popup
Comment 2•24 years ago
|
||
-> evangelism@telocity.com for my evangelism bugs.
removing the now-depreciated evangelism-related keywords.
setting platform to All.
Assignee: blakeross → evangelism
Hardware: PC → All
Comment 3•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Comment 4•24 years ago
|
||
Arun, I'm giving you all the Linux bugs. If these bugs can be confirmed for
other OS's please (someone) change the Platform/OS to All/All and reassign to
the default Evangelism Component Owner.
Assignee: bclary → aruner
Comment 5•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 6•24 years ago
|
||
Arun, I am taking your Linux bugs minus banks. Hope you don't mind.
Assignee: aruner → bclary
Updated•24 years ago
|
Summary: [document.layers] smooth or advanced static modes window popup → eou.edu - [document.layers] smooth or advanced static modes window popup
Assignee | ||
Updated•23 years ago
|
Assignee: bclary → doronr
OS: Linux → All
Assignee | ||
Comment 7•23 years ago
|
||
the site has changed - it now uses a left hand menu
(http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm)
The site needs to upgrade to a new version that works with us
Assignee | ||
Comment 8•23 years ago
|
||
contacted, asking them to upgrade
Status: NEW → ASSIGNED
Summary: eou.edu - [document.layers] smooth or advanced static modes window popup → eou.edu - uses old, non-standards conformant script
Whiteboard: [contact]
Comment 9•23 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.
Status: ASSIGNED → NEW
Component: US General → US Edu
QA Contact: zach → caillon
Comment 10•23 years ago
|
||
They use an old DynamicDrive script that can be upgraded for support in Moz/NS6
here: http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
Blocks: 92725
Updated•23 years ago
|
Whiteboard: [contact] → [contact][propietary-js]
Comment 11•22 years ago
|
||
I see no issues on this site now. They moved from /provost to /academic.
Status: NEW → RESOLVED
Closed: 22 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
•