Add "Flip on side edge"/"Flip on top edge" options to new print UI (duplex printing)
Categories
(Toolkit :: Printing, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: nordzilla, Assigned: emilio, NeedInfo)
References
Details
(Whiteboard: [print2020_v88] [old-ui-] )
Attachments
(1 file)
Bug 1666734 adds a checkbox for duplex-printing on both sides, but it is strictly restricted to a book-like horizontal page flip.
This patch would introduce options to choose between a book-like flip, or a calendar-line vertical/tumble flip.
This is required for parity with the legacy UI and parity with Chrome.
Comment 1•4 years ago
|
||
We need some UX input on this. I suspect a picture will be worth many words here. So, we show the choices graphically which edge will be used to which effect, rather than trying to come up with text labels that will fit in our narrow UI and translate unambiguously.
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
(I don't think this is going to land in time for 84, so punting it to 85.)
Reporter | ||
Comment 3•4 years ago
|
||
CCing abenson, since this is the relevant bug for the side-edge/top-edge icons.
Comment 4•4 years ago
|
||
(Moving bugs to 86, part 1.)
Comment 5•4 years ago
|
||
Moving things to 88, cause we're mostly on Proton these days…
Reporter | ||
Comment 6•4 years ago
|
||
abenson, do you have any updates on when we might be able to get these duplex-print flip-direction icons for the print UI?
Assignee | ||
Comment 8•4 years ago
|
||
Can we just make it a <select>
, for now? GTK uses "Long Edge (Standard)" and "Short Edge (Flip)" as the select string, and I think they're not too long for our narrow UI.
Assignee | ||
Comment 9•4 years ago
|
||
We can't wait forever for icons, and exposing the functionality using a
<select>
is trivial and can be changed later easily if we come up with
a better UI.
Updated•4 years ago
|
Comment 10•4 years ago
•
|
||
Safari only has a checkbox for this, and no way to choose which side to flip on.
Chrome doesn't seem to offer duplex printing on MacOS at all!
HP Printers on Windows seem to use:
"1 sided print", "Flip on long edge", and "Flip on short edge", which feels a little nicer to me than the strings above.
bug given the label of "Two sided printing", I might suggest "Off" as the first value.
(Oh, also, we're using "Sentence case" for the strings as of a little while ago, so whatever we go with should follow that.)
Comment 11•4 years ago
|
||
Comment 12•4 years ago
•
|
||
(In reply to Blake Winton (:bwinton) (:☕️) from comment #10)
Safari only has a checkbox for this, and no way to choose which side to flip on.
Just correcting the record: in my case (on a 2019 MBP with MacOS Big Sur), Safari offers me a checkbox and also a dropdown menu to configure this, allowing me to pick which side to flip on.
STR to see the "which side" options in Safari:
(1) start a multi-page print operation, with a duplex printer selected
(2) click the "show me more buckets of options" dropdown-menu, near the bottom-right of their print dialog (which initially says "Safari")
(3) Choose the "Layout" entry in that menu
That gives me a dropdown menu, labeled "Two-Sided", with options "None | Long-Edge Binding | Short-Edge Binding | Booklet"
Before localization happens, we might want to change the wording here to be in terms of Long-edge vs. short-edge, since that's actually what the options currently map to (it's a subtle but important distinction); alternately, if we keep the language as it stands here, we'll need some internal work to make it consistently correct. I filed bug 1692316 on handling this.
Comment 13•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•