RESOLVED FIXED 57529
WebKit2: Save as PDF in Safari provides Untitled as default file name
https://bugs.webkit.org/show_bug.cgi?id=57529
Summary WebKit2: Save as PDF in Safari provides Untitled as default file name
Jer Noble
Reported 2011-03-31 00:51:19 PDT
When saving as PDF from Safari, the default file name provided is Untitled.
Attachments
Patch (1.59 KB, patch)
2011-03-31 01:26 PDT, Jer Noble
mitz: review+
Jer Noble
Comment 1 2011-03-31 00:51:36 PDT
Jer Noble
Comment 2 2011-03-31 01:26:00 PDT
Alexey Proskuryakov
Comment 3 2011-04-01 09:15:18 PDT
Comment on attachment 87679 [details] Patch Interestingly, this is not how it works in WebKit1 - my theory is that NSPrintOperation gets job title from window title by default, but WKPrintingView doesn't have a window.
Jer Noble
Comment 4 2011-04-01 10:10:04 PDT
That's exactly right. [NSPrintOperation setJobTitle:] overrides the default behavior, which is to call [NSView printJobTitle], which returns the document's displayName.
Jer Noble
Comment 5 2011-04-01 16:08:40 PDT
Note You need to log in before you can comment on or make changes to this bug.