Closed Bug 1750597 Opened 3 years ago Closed 3 years ago

Reload page by meta refresh loses scroll position

Categories

(Core :: DOM: Navigation, defect)

Firefox 96
defect

Tracking

()

RESOLVED DUPLICATE of bug 1750174

People

(Reporter: Enyby, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0

Steps to reproduce:

  1. Open test.html with next content:
<html>
<head>
    <meta http-equiv="refresh" content="3" />
</head>
<body style="height: 2000px; background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);">	
</body>
  1. Scroll down to page end.
  2. Wait 3 seconds.

Actual results:

On page reload caused by <meta http-equiv="refresh" scroll reset to top.

Expected results:

Scroll position remain unchanged.
As it be before few last releases of FF.

Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.