WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2011-03-31 00:51:36 PDT
<
rdar://problem/8998510
>
Jer Noble
Comment 2
2011-03-31 01:26:00 PDT
Created
attachment 87679
[details]
Patch
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
Committed
r82737
: <
http://trac.webkit.org/changeset/82737
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug