Open
Bug 1862559
Opened 2 years ago
Updated 2 years ago
Miss middle codes of a full-page screenshot on a GitHub code page
Categories
(Firefox :: Screenshots, defect, P3)
Tracking
()
NEW
People
(Reporter: BugExploring, Unassigned)
Details
Attachments
(1 file)
[Affected versions]:
- Firefox 119.0 (64-bit)
[Affected platforms]:
- MacOS 12.2.1
[Steps to reproduce]:
- Navigate to this page: https://github.com/mozilla-services/screenshots/blob/master/static/css/home.scss
- Click 'Take a Screenshot' button
- Click 'Save full page'
[Expected Results]:
- Capture the full-page screenshot
[Actual Results]:
- Codes in the middle of the screenshot missing
Comment 1•2 years ago
|
||
Hello! I have managed to reproduce the issue using firefox 121.0a1(2023-11-09), 120.0b9 and 119.01 on MacOS 12.6, Windows 10 and Ubuntu 22.04. I will set this issue as NEW and update the flags in order get our developers involved.
Have a nice day!
Status: UNCONFIRMED → NEW
status-firefox119:
--- → affected
status-firefox120:
--- → affected
status-firefox121:
--- → affected
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → Desktop
Comment 2•2 years ago
|
||
It looks like these kind of Github pages are using a technique to only render elements in the viewport, so when we capture the full page, we get the correct document height but there are gaps where github hasn't rendered content it thinks if out of view.
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•