Closed
Bug 2613
Opened 26 years ago
Closed 26 years ago
Top Frame doesn't show
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: kyoung, Assigned: kyoung)
Details
On our intranet, we have the index page defined follows:
<HTML>
<HEAD>
<TITLE>Orent Intranet</TITLE>
<SCRIPT LANGUAGE="JavaScript">
var SwitchedON =""
var navurl="Test.htm"
var indexurl="index1.html"
var NN4=(document.layers) ? true : false
var IE4=(document.layers) ? false: true
function restore() {
self.top_nav.location.href = navurl
//self.top_nav.location.reload()
self.index.location.href = indexurl
}
</SCRIPT>
</HEAD>
<FRAMESET rows="120,*" frameborder=no onResize="if (NN4) restore()">
<FRAME SRC="Test.htm" name="top_nav" noresize scrolling=no marginheight=0
marginwidth=0 frame border=no >
<FRAME SRC="index1.html" name="index">
</FRAMESET>
</HTML>
When viewing this with Build 1999-01-21 of the MacOS Viewer, the top frame
doesn't show. Also, in scrolling in example nine of this release, the screen
become distorted from the interior frames not scrolling properly.
Updated•26 years ago
|
Component: Platform: MacOS/PPC → HTMLFrames
Product: Mozilla → NGLayout
Comment 2•26 years ago
|
||
Changing into an NGLayout bug
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
ping...Steve what is the latest on this? kyoung have you tried the latest builds
to see if this still occurs with your pages?
Comment 5•26 years ago
|
||
This is a bug in Gecko's test app, why isn't it assigned to one of their Mac
guys? Unless you have a fix in hand, please reassign.
Updated•26 years ago
|
Assignee: sdagley → pierre
Status: ASSIGNED → NEW
Comment 6•26 years ago
|
||
Frames are soemwhat better on the Mac but still have some nasty drawing behavior.
Re-assigning to pierre for a looksee.
Updated•26 years ago
|
Assignee: pierre → kyoung
Comment 7•26 years ago
|
||
I can't even replay the sample HTML file with Communicator. I get 2 alerts saying
that Netscape is unable to find the file or directory "Test.htm" and
"index1.html". Please update and reassign to myself.
Reassigned to <kyoung@orent.com>.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 8•26 years ago
|
||
Per mail from Ken Young <kyoung@orent.com> marking as fixed.
> This bug has been resolved. The page shows correctly in the latest build
> (03/09/1999)
>
> Ken
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•