Bug 112212 - WKView -printOperationWithPrintInfo:forFrame: doesn’t use the print info that is passed in
Summary: WKView -printOperationWithPrintInfo:forFrame: doesn’t use the print info that...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Printing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-12 17:05 PDT by Beth Dakin
Modified: 2013-03-12 22:56 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2013-03-12 17:07 PDT, Beth Dakin
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2013-03-12 17:05:08 PDT
WKView -printOperationWithPrintInfo:forFrame: takes a printInfo, but ignores it in the non-PDF case. We should pass it on to [NSPrintOperation printOperationWithView:].

Patch forthcoming.

<rdar://problem/12994883>
Comment 1 Beth Dakin 2013-03-12 17:07:57 PDT
Created attachment 192837 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-03-12 22:56:20 PDT
This was committed as <http://trac.webkit.org/changeset/145625>.