Closed
Bug 55517
Opened 25 years ago
Closed 24 years ago
frameset does not load correctly
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.0
People
(Reporter: marte, Assigned: radha)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.5 [en] (WinNT; I)
BuildID: 2000100504
the frameset loaded contains one https:// link, which seems not to load. when
pressing refresh, the html page for the right frame gets also loaded into the
left frame.
please note that the nightly has no crypto installed, but i tested
with netscape pr3 (with crypto) and got the same result.
another bit of information: the left frame actually redirects the browser to a
different page, the give URL is http:// the server replies with a redirect to
https://
Reproducible: Always
Steps to Reproduce:
1. goto www.fixed-income-market.com
2. press "reload" on the "macromedia detection in progress page
3. outer frameset is loaded, all is fine, inner gets loaded, left frame stays
blank
4. press "reload"
Actual Results: html for right frame gets loaded into left frame.
Expected Results: display page for left frame or give error message.
framesets involved:
1:) outer:
----- snip -----
<html>
<head>
<title>Fixed-Income-Market - The Marketplace for Dealmakers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="50,*,46" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="nav_oben" src="hauptnav/visithauptnav.htm" scrolling="NO"
noresize frameborder="NO" marginwidth="0" marginheight="0">
<frame name="mitte" src="innen.htm" scrolling="NO" noresize frameborder="NO">
<frame name="unten" src="general/untennix.htm" scrolling="NO" frameborder="NO"
noresize marginwidth="0" marginheight="0">
</frameset>
</html>
----- snip -----
2:) inner (the culprit):
----- snip -----
<html>
<head>
<title>Fixed-Income-Market - The Marketplace for Dealmakers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="250,*" rows="*" frameborder="NO" border="0" framespacing="0">
<frame src="/auth/login/login.htm" scrolling="NO" frameborder="NO" noresize
marginwidth="0" marginheight="0" name="nav">
<frame src="home/home.htm" scrolling="AUTO" frameborder="NO" noresize
marginwidth="0" marginheight="0" name="anzeige">
</frameset>
</html>
----- snip -----
assigned to radha, changed component to session history. I think this is a dup.
Assignee: clayton → radha
Component: Layout → History
Priority: P3 → P2
Confirmed on 2000101220 windows (here the contents of the right frame ended up
in the lower frame)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
nav triage team: not a beta stopper.
Please renominate if this is still happening.
Keywords: nsbeta1-
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
| Assignee | ||
Comment 4•24 years ago
|
||
I tried this out in yesterday's build. I didn't see a "Macromedia detection
page". But reload of specific frames as well reload/shift-reload of the whole
page seems to load all the frames and the whole page properly. I fixed a reload
related bg last week and I think that fixed this problem. Reporter, Can you try
this in a recent build? Thanks,
| Assignee | ||
Comment 5•24 years ago
|
||
Marking WFM
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Component: History: Session → Document Navigation
QA Contact: chrispetersen → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•