Bug 1657010 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to :Gijs (he/him) from comment #3)
> Did you figure out what caused the vertical scrollbar?

I didn't dig there, but I think it's just that:
 - The aspect ratio of this dialog's print-preview display area has a slightly wider "width-to-height" ratio than a US Letter.
 - We size the previewed paper based on the available width (because we're happy to scroll vertically & expect that will be common, but don't really want to make the user scroll horizontally)
 - This means the previewed paper ends up being slightly taller than the available height, which creates a vertical scrollbar.
(In reply to :Gijs (he/him) from comment #3)
> Did you figure out what caused the vertical scrollbar?

I didn't dig there, but I think it's just that:
 - The aspect ratio of this dialog's print-preview display area has a slightly wider "width-to-height" ratio than a US Letter.
 - We size the previewed paper to fill (but not exceed) the available width, because we're happy to scroll vertically & expect that will be common, but don't really want to make the user scroll horizontally.
 - This means the previewed paper ends up being slightly taller than the available height, which creates a vertical scrollbar.

Back to Bug 1657010 Comment 6