[macos] Save to PDF in the system print dialog defaults filename to Untitled.pdf when websites call window.print()
Categories
(Core :: Printing: Setup, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | affected |
People
(Reporter: fiveNinePlusR, Unassigned)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [works in new printing UI, broken in old UI])
opening up a site like https://www.recipegirl.com/irish-soda-bread-muffins/ and clicking print(on the page not through the normal menu or cmd-p) will open up a new page that is immediately commanded to print. the print dialog box is initiated before the page either has a title or the internal mechanism to set the attribute that was fixed by bug 1606512 wasn't set yet. if you exit out of the print dialog and initiate another print it works as expected.
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
•
|
||
so it turns out it's not a timing issue and it occurs anytime the webpage itself tries to print or you press the print button on the page. for instance this page doesn't print automatically when you press the print button but when you press the print button on the opened page it will still have untitled in the filename but when you do cmd-p it's the correct filename.
This seems to affect me the most when I'm print-to-PDF'ing Order Confirmations from Amazon.com or a few other email retailers.
Comment 3•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Updated•5 years ago
|
Comment 4•4 years ago
|
||
The bug also occurs in my Thunderbird installation after the Thunderbird 78 update...
Comment 5•4 years ago
|
||
(In reply to firestormx2k from comment #4)
The bug also occurs in my Thunderbird installation after the Thunderbird 78 update...
Can you file a new bug for that and CC me? This bug is specifically about window.print()
being called in webpages. For your issue it sounds like Thunderbird needs something along the lines of the Firefox patch in bug 1664332.
Comment 6•4 years ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #5)
(In reply to firestormx2k from comment #4)
The bug also occurs in my Thunderbird installation after the Thunderbird 78 update...
Can you file a new bug for that and CC me? This bug is specifically about
window.print()
being called in webpages. For your issue it sounds like Thunderbird needs something along the lines of the Firefox patch in bug 1664332.
Done :)
Comment 7•4 years ago
|
||
(In reply to firestormx2k from comment #6)
(In reply to Jonathan Watt [:jwatt] from comment #5)
(In reply to firestormx2k from comment #4)
The bug also occurs in my Thunderbird installation after the Thunderbird 78 update...
Can you file a new bug for that and CC me? This bug is specifically about
window.print()
being called in webpages. For your issue it sounds like Thunderbird needs something along the lines of the Firefox patch in bug 1664332.Done :) -> opened as bug 1668515
Comment 8•4 years ago
|
||
Updated•4 years ago
|
Comment 9•2 years ago
|
||
The old printing UI was removed some time ago.
Reporter | ||
Comment 10•2 years ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #9)
The old printing UI was removed some time ago.
You can still open up the system UI from firefox's UI. It does seem resolved now though.
Description
•