Closed
Bug 88264
Opened 24 years ago
Closed 24 years ago
HTTP-EQUIV='Refresh' doesnt set the scrolling status to the new, loaded page
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lugpaj, Assigned: clayton)
References
()
Details
The site in the url is generated by a cgi-script and during the day, (not at
night) a HTML tag is included at the top,
<meta HTTP-EQUIV='Refresh' CONTENT='120'>
so, that the same page is reloaded after 120 secs.
i think, that the browser should handle this the same way, as a reload is
handeld by clicking the reload button, where the page scrolls to the part of the
page, where ths user is.
a Refresh with the HTTP-EQUIV='Refresh' commando resets the scrolling state to
0. (top of the page)
another thing, how would the browser know where to scroll down to when they are
different pages? Some kind of id is needed. The feature you are asking for can
only be done on the website, not in the browser. What you need is named anchors
on the page.
Resolving invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•