Printer names are cut off
Categories
(Core :: Printing: Setup, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: m.aniolek, Assigned: emilio)
References
Details
Attachments
(4 files)
+++ This bug was initially created as a clone of Bug #1771216 +++
On the Print Setup side of the combined Print Preview/Setup overlay, the Destinations drop-down lists networked printers under a UNC path rather than by their name as known in Windows. As an example of the difference:
UNC path: \\PrintServices\HP Duplex
Windows: HP Duplex on PrintServices
Good morning,
I have problem with printing on Firefox. On the earlier version view in the filed printers look:" name_printer on print server" but now its look: "\print_server\name_printer". Please check this because this problem occurs in many users in my company.
This problem not occurs in Google Chrome.
Thank you for handling the matter quickly. :)
Comment 2•3 years ago
|
||
New report on SUMO of a user affected by this problem: https://support.mozilla.org/questions/1395357
Hello,
At work, I'm also affected by this bug (see screenshot). Printer's names are long and differs only by the ending which refers to tray (one printer by type of paper or B&W/color).
The system dialog box doesn't have this problem so we use it as a workaround but it's less pleasant.
regards
julien
Comment 4•3 years ago
|
||
We have the same Issue in our company...a litlte moutover would be nice
Comment 5•3 years ago
|
||
Bob, I remember you did some of the Windows work on the new print UI, any idea what could be happening here?
Comment 6•3 years ago
|
||
(In reply to Emily McDonough [:alaskanemily] from comment #5)
Bob, I remember you did some of the Windows work on the new print UI, any idea what could be happening here?
I don't think that we truncate the names in the backend, so I would guess that this is happening in the JS somewhere.
As to having the UNC paths, it looks like chromium splits these itself creating localized names like "<printer> on <server>".
| Assignee | ||
Comment 7•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Comment 8•3 years ago
|
||
They are cut off because the <select> element restricts its rect to the <browser> by default.
Comment 10•3 years ago
|
||
| bugherder | ||
Comment 11•3 years ago
|
||
Thanks Emilio, I've filed bug 1808686 over formatting the UNC paths in a friendlier way, like the system dialog box and chromium.
Description
•