Closed
Bug 35206
Opened 25 years ago
Closed 25 years ago
Self-Refreshing Image Improperly Loaded in New Frame with Each Reload
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: khecht, Assigned: rickg)
References
()
Details
http://www.eis-global.com/cam/index.html contains an image in a frame that
refreshes every 15 seconds. This works fine under 4.72, but in Mozilla build
2000040808, the image is reloaded every 15 seconds, but in a new frame within
the frame it was already displayed in. This is not proper behavior, because the
newly reloaded image is quickly pushed out of view as it nested in multiple
layers of frames every 15 seconds.
The code in <HEAD> ... </HEAD> that governs this is as follows:
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="NetObjects Fusion 4.0.1 for Windows">
<TITLE>Home</TITLE>
<meta http-equiv="refresh" CONTENT="15; IMAGE
src="http://199.105.232.84/test640.jpg">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<BASE TARGET="_parent">
Perhaps it is the <BASE> tag that is causing the problems?
Steps for reproducing:
1) Go to http://www.eis-global.com/cam/index.html
2) Wait for the image to refresh at least once.
3) Image should refresh in a new frame, which is the incorrect behavior.
Originally reported by Cathy <spofan@stny.rr.com> in
snews://secnews.netscape.com/netscape.netscape6.windows against Netscape 6b1,
confirmed on WinNT on Mozilla build 2000040808.
Comment 1•25 years ago
|
||
WORKSFORME in 20000511.
khecht19@idt.net - if you see this problem again, please ask for this bug to be
reopened.
Gerv
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•