Closed
Bug 121819
Opened 24 years ago
Closed 22 years ago
uni-kiel.de - openend page did not show links
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: A.Leins, Unassigned)
References
()
Details
(Whiteboard: [havefix][havecontact])
When surfing to http://www.uni-kiel.de/path/ Mozilla couldn't show me all of the
site. Only the main page is viewable. The frame on the left hand side including
all further links did't apear!!!
Comment 1•24 years ago
|
||
http://www.uni-kiel.de/path/navigation.html (the navigation frame)
has javascript code with the following:
if (document.all) {
menu.innerHTML=menucontent
}
if (document.layers) {
document.menu.document.write(menucontent)
document.menu.document.close()
}
For Mozilla, this code never writes the generated HTML to the frame.
--> Evangelism
Comment 2•24 years ago
|
||
-> Evangelism
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: doronr → caillon
Version: other → unspecified
Comment 3•23 years ago
|
||
easy fix:
in http://www.uni-kiel.de/path/navigation.html,
replace the code from comment #1 by this:
if (document.all || document.getElementById({menu').innerHTML) {
menu.innerHTML=menucontent
}
if (document.layers) {
document.menu.document.write(menucontent)
document.menu.document.close()
}
Whiteboard: [havefix]
Comment 4•23 years ago
|
||
Contact : dago@path.uni-kiel.de
Whiteboard: [havefix] → [havefix][havecontact]
Comment 5•23 years ago
|
||
please someone contact & tell them about the problem and fix...
Summary: Openend page did not show links → uni-kiel.de - openend page did not show links
Comment 6•22 years ago
|
||
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: z-caillon-obsolete2 → german
I've contacted her in German and linked to this bug and the patch. I'm waiting
for the reply.
Comment 8•22 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040210
Firebird/0.8.0+
Only flaw: left frame content has horizontal scroll bar
Comment 9•22 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
The horizontal scrollbar should be the same in all browsers:
<TABLE WIDTH=966 BORDER=0 CELLPADDING=2 CELLSPACING=0>
Comment 10•22 years ago
|
||
So we could resolve this bug?
Comment 11•22 years ago
|
||
-> WORKSFORME
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
•