Open
Bug 1520845
Opened 7 years ago
Updated 3 years ago
Enable taking a screenshot of the inner contents of a div
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: yulia, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
In some cases, we have blocks that are scrollable in an html page, and we want to capture all of the information in that block as a screenshot. This is currently impossible with the current screenshots functionality.
Test page: data:text/html,<div style="overflow-y: scroll; height:50px;"><p>item</p><p>item</p><p>item</p></div>
Expected and actual results attached.
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 2•7 years ago
|
||
rhunt do you know if the firefox screenshots feature has had this kind of request before?
Flags: needinfo?(rhunt)
Comment 3•7 years ago
|
||
No, I actually haven't heard of that before. It sounds useful though, so I think it would be worth supporting it in something like bug 1499845.
Flags: needinfo?(rhunt)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•