Closed
Bug 160101
Opened 23 years ago
Closed 15 years ago
lincolncenter.org - Links on this page do nothing - java(script?) problem?
Categories
(Tech Evangelism Graveyard :: Other, defect, P3)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: kv505, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
Clicking on the links on either side of the central 'message' info gets no results.
It works in old Netscape 4.78 as well as IE. Some feature of the default.asp#
Try clicking on Great Performers.
What should happen is that the central area changes and has addtional links in it.
In Mozilla, the 1st time a click is made in this page it takes a few seconds as
it progresses but their is no outcome to change what is seen. Any subsequent
click does nothing at all - the status bar shows Document done.
Could it be the following in the page causing this?
BrowserCode = document.frmBrowserCode1.hdnBrowserCode.value;
if (BrowserCode != 1) { //Don't initiate zipper if it's MAC IE 4.5
message[0]=document.zipper.hdnMessage.value;
//limit the length of the zipper to 60 characters
message[0] = message[0].substring(0,60);
But I am on W2K - MS - not Mac!
Comment 1•23 years ago
|
||
From http://www.lincolncenter.org/../../includes/js/LCnewmenubarhb_revised11.js
[...]
// constructor for DOM
if (ns) {
prefix = 'document.layers[\"';
suffix = '\"]';
left = '.left';
top = ".top";
}
else {
prefix = 'document.all[\"';
suffix = '\"].style';
left = '.pixelLeft';
top = ".pixelTop";
}
-> Tech Evangelism
Assignee: Matti → momoi
Component: Browser-General → The Americas
Product: Browser → Tech Evangelism
QA Contact: asa → jonrubin
Version: other → unspecified
Comment 2•23 years ago
|
||
JS-console gets flooded with 'document.all' is not defined.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Priority: -- → P3
Hardware: PC → All
Whiteboard: [proprietary-js]
Comment 3•22 years ago
|
||
-> other
Assignee: momoi → other
Component: The Americas → Other
QA Contact: jonrubin → other
Comment 4•22 years ago
|
||
*** Bug 228101 has been marked as a duplicate of this bug. ***
*** Bug 232881 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Summary: Links on this page do nothing - java(script?) problem? → lincolncenter.org - Links on this page do nothing - java(script?) problem?
Comment 6•15 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
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
•