Closed
Bug 52001
Opened 24 years ago
Closed 24 years ago
Reload loads wrong frameset
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: mozilla, Assigned: radha)
References
()
Details
This is a little tricky to do, but it is not going to be uncommon among users.
Steps to Reproduce:
1. Visit http://www.cadcamonline.com. After page loads click on the top link in
the left frame titled "FeatureCAM".
2. Let the new page load in the right frame. Now right-click in the right frame
and select "Reload Frame".
3. Now click on the home button in the left frame (at the bottom). This will
load the original page back into the right frame.
4. Press the reload button on the toolbar.
Actual Results:
The "FeatureCAM" link frame is loaded into the right frame.
Expected Result:
The "Home" page (the page specified by the frameset document) should be reloaded
into the right frame.
Build ID: 2000090808
Reporter | ||
Comment 1•24 years ago
|
||
Using the back button to go back to the "Home" page makes it so that this
doesn't happen. It seems that when clicking on the "Home Page" link, the URL is
not put into history correctly.
Reporter | ||
Comment 2•24 years ago
|
||
Of course, this may be an issue of where history is being used when it
shouldn't. I would think pressing reload on a framset would reload the pages
specified by the frameset document regardless of the history. That's how it
works in 4.x and it seems logical to me.
Comment 3•24 years ago
|
||
I could reproduse only after I shutted down Mozilla...
Comment 4•24 years ago
|
||
I could reproduse only after I shutted down Mozilla...
Reporter | ||
Comment 5•24 years ago
|
||
Reloads wrong frameset?? The frameset is fine, but the frame src is the problem.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M19
Comment 6•24 years ago
|
||
Also, if the frameset page changes so that the src= locations for a frame is
different, Mozilla won't honor the change when you click the reload button.
This is noticable when decomposing frame bugs, but may happen in the real world
as well.
A workaround for both problems is to click in the URL bar and hit enter instead
of using reload.
Comment 7•24 years ago
|
||
But this workaround works only in the top frameset. If you have several
nested framesets, and an inner frameset page changes, you're (almost) lost.
I think the only way to make Mozilla really reload everything is to clear
the memory and disk cache. It works fine in Netscape 4.x.
Comment 8•24 years ago
|
||
Betting this is one of two bugs I looked at today:
Bug 53708: URLs load into wrong frames (new load wrongly detected as shist load)
This bug only happens on new loads of framesets.
Bug 52670: URLs load into wrong frames (shist stores frames at wrong offsets)
This bug only happens on session history loads of framesets with many frames, or
where one frame towards the end of the list loads much faster (e.g. from cache)
than the ones before it.
This sounds more like 52670, marking dup...
(fwiw, reload does force the last displayed frames to show, not the ones
originally specified by the frameset)
*** This bug has been marked as a duplicate of 52670 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•24 years ago
|
||
The patch to bug 52670 does not fix this bug.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Comment 11•24 years ago
|
||
I also verified that the patch does not fix the problem. :S
Comment 12•24 years ago
|
||
It works for me on WinNT, build 2000101920. Is this OS specific?
Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Comment 13•24 years ago
|
||
Bug 60554 seems related. I don't think the mis-loaded documents are restricted
to being within frames. If possible, you might want to check if the browser's
GET requests are going to the wrong server.
I've been getting everything from single images, to whole frames and even entire
pages being requested from the wrong server.
Comment 14•24 years ago
|
||
nav triage team: looked at this bug, it is not a beta stopper. bulk update of
several such bugs.
Keywords: nsbeta1-
Comment 15•24 years ago
|
||
WORKSFORME
Platform: PC
OS: Windows 98
Mozilla Build: 2001012205
marking as such.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
Comment 16•24 years ago
|
||
Marking VERIFIED wfm (6/8 build, win2k) -- I don't see any issues with the
current framed page, but the page seems to have changed since the time of the
report.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 17•23 years ago
|
||
Mass removing self from CC list.
Reporter | ||
Comment 18•23 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•