Bug 103287 - PDFPlugin: Support PDF form editing in <iframe>s
Summary: PDFPlugin: Support PDF form editing in <iframe>s
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on: 103286
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-26 13:42 PST by Tim Horton
Modified: 2012-12-01 23:56 PST (History)
4 users (show)

See Also:


Attachments
patch (2.98 KB, patch)
2012-11-26 14:45 PST, Tim Horton
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2012-11-26 13:42:11 PST
PDFPlugin form editing depends on having a Document that has the same size and position as the plugin; this is true not only in the full-main-frame case, but also in the <iframe> case. Therefore, we can enable form editing for <iframe> PDFPlugins.
Comment 1 Tim Horton 2012-11-26 13:42:41 PST
<rdar://problem/12752339>
Comment 2 Tim Horton 2012-11-26 13:57:49 PST
Actually, <rdar://problem/10326917>.
Comment 3 Tim Horton 2012-11-26 14:45:44 PST
Created attachment 176075 [details]
patch
Comment 4 Tim Horton 2012-11-26 15:01:41 PST
This depends on https://bugs.webkit.org/show_bug.cgi?id=103286.
Comment 5 Tim Horton 2012-12-01 23:56:30 PST
Thanks, Dan!

http://trac.webkit.org/changeset/136317