Bug 112212

Summary: WKView -printOperationWithPrintInfo:forFrame: doesn’t use the print info that is passed in
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: PrintingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>.