Closed
Bug 152827
Opened 24 years ago
Closed 23 years ago
rcswww.urz.tu-dresden.de - JavaScript does not work in left frame
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: toms_mozilla, Assigned: tristan)
References
()
Details
(Whiteboard: [PROPRIETARY-JS])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a) Gecko/20020610
BuildID: 2002061014
javascript doesnt work on left frame
Reproducible: Always
Steps to Reproduce:
1.open url
2.click on i.e. "Teilprojekt", left frame
3.doenst open menue
Expected Results: open a menue
Comment 1•24 years ago
|
||
When I click on "Teilprojekt" in Mozilla, I get this error in
Tools > Web Development > JavaScript Console:
Error: document.all has no properties
Source File: http://rcswww.urz.tu-dresden.de/%7Esfb537/layer.js
Line: 33
If we look at view-source:http://rcswww.urz.tu-dresden.de/%7Esfb537/layer.js,
we see the browser-sniffing is insufficient:
if (document.layers){
ns = 1; ie = 0;
} else {
ns = 0; ie = 1;
}
Since Mozilla does not support |document.layers| (as NN4.x did),
nor |document.all| (as IE does), this leads to the trouble.
Reassigning to Tech Evangelism, so the site can be contacted -
Assignee: rogerl → nitot
Component: JavaScript Engine → Europe: West
Product: Browser → Tech Evangelism
QA Contact: pschwartau → brantgurganus2001
Version: other → unspecified
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: javascript doesnt work on left frame → [LAYER]JavaScript doesnt work in left frame
Comment 2•23 years ago
|
||
Not sure whether this is a duplicate: the Javascript menus at www.atril.com/en
fail to show in the left frame. I don't see an if/else statement, though. Same
problem at www.atril.com/de, www.atril.com/fr, etc. The menu bars appear in
Opera 6.0 and IE 5.5 and 6.0.
Comment 3•23 years ago
|
||
Seems like something has changed here - the javascript mentioned in comment #1
is a 404, but the left frame works without problems.
Comment 4•23 years ago
|
||
RESOLVED WORKSFORME 2002122208
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Summary: [LAYER]JavaScript doesnt work in left frame → rcswww.urz.tu-dresden.de - JavaScript does not work in left frame
Whiteboard: [PROPRIETARY-JS]
Updated•11 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
•