Closed
Bug 27998
Opened 25 years ago
Closed 25 years ago
meta refresh TOP attribute should be observed
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: wvaughan, Assigned: harishd)
References
()
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/x-github-pull-request
|
Details |
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="3; URL=homeframes.html; TARGET=_top">
<meta http-equiv="Window-target" content="_top">
<meta name="GENERATOR" content="Mozilla/4.5 [en] (Win98; I) [Netscape]">
<meta name="Author" content="Walter Vaughan">
<title>(C)1997 STEELE RUBBER PRODUCTS</title>
</head>
Comment 2•25 years ago
|
||
A little more explanation here than just a tag might help. What happens, and
what should happen?
Cc'ing valeski who might be able to help here.
Reporter | ||
Comment 3•25 years ago
|
||
In the case that a frameset calls index.html from a child frame it
should replace the entire window when
meta http-equiv="Refresh" content="3; URL=homeframes.html; TARGET=_top"
is executed. What's happing now is that the address line parser is
including the semi-colon and the TARGET=_top as part of the URL. This is
valid HTML code "As Far As I Know" and works as coded and reliably on
NS3,4 and IE 4 & 5.
Comment 4•25 years ago
|
||
Thanks for the explanation. It sounds like this is a parser bug, and not a
meta-refresh bug. Assigning to harishd.
Assignee: warren → harishd
Comment 6•25 years ago
|
||
cc'ing harishd. I'll fix the url creation to exclude everythign after the url
semi-colon, but I think default behavior will be to always load from the top.
I'm not sure how the parser would extract the TARGET.
Comment 7•25 years ago
|
||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Comment 8•25 years ago
|
||
over to harishd, and changed summary from "refresh meta tag gets garbled when
refresh re-directed"
Assignee: valeski → harishd
Status: ASSIGNED → NEW
Summary: refresh meta tag gets garbled when refresh re-directed → meta refresh TOP attribute should be observed
As far as I can tell...I don't see aproblem loading the above URL.
Could somebody verify this for me. Thanx
Assignee | ||
Comment 11•25 years ago
|
||
Since nobody confronted to my earlier comment...I'm going to mark this bug
FIXED.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
Marking verified fixed in the July 6 th build.
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
Comment 13•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•