Disable the option to choose color printing when the selected printer does not support it
Categories
(Toolkit :: Printing, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | verified |
People
(Reporter: sfoster, Assigned: emmamalysz)
References
Details
(Whiteboard: [print2020_v81] )
Attachments
(2 files)
When the currently selected printer is black/white only, we should not allow the user to choose color printing in the UI.
The interface for the printer includes a .supportsColor
promise which can provide the necessary info.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1aff9978c8ef
https://hg.mozilla.org/mozilla-central/rev/bc44124a66ff
Comment 5•4 years ago
|
||
This is verified fixed using Firefox 81.0a1 (BuildId:20200823211533) on Windows 10 64bit, macOS 10.14 & Ubuntu 20.04.
The color printing option is no longer displayed if the destination is set to a printer that supports only black&white printing.
Comment 6•4 years ago
|
||
On Ubuntu 16.04, my color printers (a Canon ix6820 as well as a Canon ip3600) are definitely color printers however, FF81 as of 8/22/20, the print option is disabling their ability to print color. Please reopen this as not yet resolved.
Comment 7•4 years ago
|
||
That's bug 1660658. This is the opposite problem. :)
Comment 8•4 years ago
|
||
This bug fix is to prevent black & white printers to have a print in color selection. Instead of just preventing black & white printers from color printing, the fix now prevents some color printers from printing in color.
Comment 9•4 years ago
|
||
Could someone please change the status of this bug as the current fix only works in some environments?
Comment 10•4 years ago
|
||
Since this bug no longer occurs, and since we have a new bug for the other problem you've mentioned, we should leave this bug as FIXED, and do the followup work over there, otherwise tracking the status of the feature would be much more difficult. Thanks for understanding!
Description
•