Open
Bug 1473895
Opened 7 years ago
Updated 3 years ago
:screenshot --fullpage false still takes full page screenshot, whereas --fullpage=false doesn't
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: sole, Unassigned)
References
(Blocks 1 open bug)
Details
Both should result in a partial screenshot :-)
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Adding one extra scenario, for adittional info:
https://bugzilla.mozilla.org/show_bug.cgi?id=1464461#c145
On new tab page, if devTools is dragged up high enough the onboarding-notification-bar and highlights overlapping may be weird(z-index) with the --fullscreen command.
Issue: the green button/icon overlaps the onboarding-notification-tour section
Screenshot with the issue:
https://drive.google.com/file/d/170ArA9PHF0dXl54EtUBBCjB_HHO5C9TC/view
STR:
1. open firefox;
2. navigate to any web-page;
3. use the take a screenshot feature;
4. click on the Download option for it;
5. open the new tab page;
6. open devTools -console tab;
7. drag the devTools section so that the onboarding section covers the top/sites section;
8. in the console type: ":screenshot"
9. press Enter on the keyboard.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•