Closed
Bug 1818114
Opened 3 years ago
Closed 3 years ago
Full page screenshot takes a compound screenshot of the current and previous page
Categories
(Firefox :: Screenshots, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1646063
People
(Reporter: asafko, Unassigned)
Details
Attachments
(1 file)
STRs
- Navigate to https://www.reddit.com/search?q=EPA%20Ohio&source=trending
- Click the first post in the list - https://www.reddit.com/r/news/comments/1189khu/epa_demands_norfolk_southern_handle_all_cleanup/ (current first post for me)
- Make a whole page screenshot of the page
Expected result
- Screenshot of the current page up to 30k px in length is made.
Actual result
- A screenshot of the visible area of the current page is combined with a screenshot
- After the screenshot is downloaded, the browser then returns to the previous page (https://www.reddit.com/search?q=EPA%20Ohio&source=trending).
Comment 2•3 years ago
|
||
Thanks for filing his Ania, I think this is the same underlying problem of another bug we have on file: reddit puts up the post in a position:fixed element that overlays the rest of the page. So when you capture the full page we get the visible viewport which is that fixed element, then everything below the fold.
You need to log in
before you can comment on or make changes to this bug.
Description
•