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)

x86
Windows NT
defect
Not set
normal

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!!!
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
-> 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
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]
Whiteboard: [havefix] → [havefix][havecontact]
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
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.
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
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>
So we could resolve this bug?
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.