Closed
Bug 61176
Opened 24 years ago
Closed 23 years ago
meta refresh ops take place after page changes on same site
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: allbery+moz, Assigned: rpotts)
References
()
Details
Attachments
(3 files)
If you go to the site named in the URL field (a Big Sister 0.38 installation),
you will load a set of frames, two of which autorefresh. The largest will be on
a page which announces itself as "Servers"; the status pages that load into this
pane autorefresh every 60 seconds.
Click on any of the other status pages listed in the blue frame on the left.
These pages should also autorefresh... but the autorefresh reloads the "Servers"
page instead of your current page. Netscape 4.x and IE5 refresh the current
page as expected.
I have reproduced this with the Win32, Linux, and Solaris nightly builds for the
past two weeks.
Reporter | ||
Comment 1•24 years ago
|
||
One additional item:
if you go to a status page on a different host, such as one of the cluster
"slave" BigSister installations (select Clusters, then click on "Sun Cluster" in
the status frame; the other has restricted access), you will see that that page
autorefreshes correctly. It appears that the fact that it is on a different
host is what causes mozilla to change its autorefresh information.
Reporter | ||
Comment 2•24 years ago
|
||
Having visited the autorefreshing pages directly, it appears this bug is
specific to pages in frames: if I visit
http://tully.ece.cmu.edu/bs/servers.html and then immediately to
http://tully.ece.cmu.edu/bs/core.html, the latter refreshes to itself and not to
servers.html.
It is possible that the fact that two frames autorefresh is involved: the blue
frame on the left also refreshes every 60 seconds.
Comment 3•24 years ago
|
||
over to frames.
Assignee: asa → pollmann
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLFrames
Ever confirmed: true
QA Contact: doronr → petersen
Seems to happen on a single frame refreshing site too http://shaunrose.com/
(click on webcam link and through to webcam page). Occasionally it does not
refresh back to the webcam page - maybe something to do with how far into
refresh period you click on another link?
Comment 5•24 years ago
|
||
2001011204
bug is still here.
Quite annoying, actually....
Comment 6•24 years ago
|
||
I can reproduce this.
My guess is that this bug is a permutation of the loading/targetting problem.
That is, when the link is clicked, the *load* is occuring in the *initiating
frame*, not the *targetted frame*. This cancels all previous loads (and pending
timers) in this frame, instead of the targetted frame. I'll attach a testcase
that demonstrates this more clearly (3 files, last is actual test case).
Handing this one over to Rick who, I think, is looking at these issues. (If
not, please feel free to hand it back!)
Assignee: pollmann → rpotts
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
To use test case:
View test case attachment. You will see two frames, top and bottom. Both will
refresh every 5 seconds, and the displayed time will update to reflect this.
Click on the link in the top frame, which loads a new page (about:blank) into
the bottom frame. This should stop the bottom frame from refreshing but should
*not* stop the top frame from refreshing. Instead the opposite happens, the top
frame stops refreshing and the bottom continues along happily reloading.
This is because, when the page is loaded into the bottom frame, the *load* is
actually occuring in the top frame, and all existing loads (the coming refresh)
are cancelled in the top frame. If the load were occuring on the bottom frame,
than pending loads in the bottom frame would be cancelled instead, which, I
think is what should happen.
Comment 11•24 years ago
|
||
See also bug 65805
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.1
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Assignee | ||
Comment 13•23 years ago
|
||
Fixed. Patch is attached to bug #65777.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
Marking verified on Build ID # 2001-07-27-0.9.2
Status: RESOLVED → VERIFIED
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
•