Back button redirect the user to the bottom of the page on edition.cnn.com
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: ailea, Unassigned)
References
(Blocks 1 open bug)
Details
[Affected versions]
68.0a1 (2019-05-13)
67.0b19
66.0.5
[Affected platforms]
Windows 7/10 x64
Ubuntu 18.04
Mac OS 10.14
[Steps to reproduce]
- Launch Firefox
- Go to https://www.edition.cnn.com
- Scroll down to e.g "Feature Sections"
- Click on any post
- After the new page is loaded click back button
[Expected result]
The back button should redirect the user to the previous page, to the section where he did the last action
[Actual result]
Back button takes the user to the bottom of previous page
Note: In Chrome works fine, when click back button the user is redirected at the location where the last action was performed in previous page.
Comment 1•6 years ago
|
||
I suspect this is related to scroll anchoring (and race conditions in loading perhaps). You can also see it (many times) by hitting reload on cnn.com, or by going to almost any article and hitting back.
Comment 2•6 years ago
|
||
Definitely seems like a regression caused by scroll anchoring. With the feature flag toggled off the back button works as expected and returns to previous section.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
I see this on a number of other pages as well (TomsHardware.com, etc). In some cases it simply leaves you noticeably lower on the page than before (perhaps some element (ad?) loads later and moves things?)
Comment 4•6 years ago
|
||
This is a duplicate of bug 1524281. I wrote up my thoughts on there.
Description
•