"WebDriver:Print" ends up adding extra margins to the document
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Gecko has the concept of the unprintable area, which is effectively a system-specific additional margin added to printed documents by default. I don't think it makes sense to add this to documents generated with the marionette print command since PDFs don't have an unprintable region, and authors should expect the margin to be what they specify and not depend on some other system settings.
Assignee | ||
Comment 1•5 years ago
|
||
There's no reason to add OS-specific margins instead of the ones
specified by the user when generating PDFs, so set these to zero.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
(In reply to James Graham [:jgraham] from comment #0)
Gecko has the concept of the unprintable area, which is effectively a system-specific additional margin added to printed documents by default. I don't think it makes sense to add this to documents generated with the marionette print command since PDFs don't have an unprintable region, and authors should expect the margin to be what they specify and not depend on some other system settings.
Comment 4•5 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•