Full-page screenshot is truncated
Categories
(Firefox :: Screenshots, defect)
Tracking
()
People
(Reporter: whelderwheels613, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0
Steps to reproduce:
- Navigate to this page: https://github.com/mozilla-services/screenshots/blob/master/static/css/home.scss
- Right click a region of the page that is not the code area (https://bugzilla.mozilla.org/show_bug.cgi?id=1828489) and hit "Take Screenshot"
- Click "Save full page"
Note: I'm not entirely sure this is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1643719 because in this case the page itself is scrollable.
Actual results:
- Captured full-page screenshot will be truncated and not display the entire contents of the code.
Expected results:
- Captured full-page screenshot display the entire contents of the page.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Screenshots' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
|
||
I'm pretty sure this is github lazy-loading/unloading as you scroll. So the content simply isn't there (yet) when we attempt to screenshot the document. I'm not sure there is much we can do about this. You can see a similar problem if you attempt the print the page. I have filed bug 1829218 as a potential solution
Description
•