Bug 115544

Summary: PDFPlugin: Changes being made to active annotation aren't saved when the PDF is exported
Product: WebKit Reporter: Tim Horton <thorton>
Component: PDFAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch ap: review+

Description Tim Horton 2013-05-03 04:31:08 PDT
Steps to Reproduce:

1. Start editing a field in a PDFPlugin. Type some stuff, don't commit it.
2. Hit Cmd-S. Save the file.

Expected:

A file with the stuff you typed in the field.

Actual:

The field is blank.

Notes:

We need to commit before we return liveData(), before we decide whether the PDF form data has been mutated or not.
Comment 1 Radar WebKit Bug Importer 2013-05-03 04:32:25 PDT
<rdar://problem/13801789>
Comment 2 Tim Horton 2013-05-03 04:35:55 PDT
Created attachment 200407 [details]
patch
Comment 3 Tim Horton 2013-05-03 13:56:43 PDT
http://trac.webkit.org/changeset/149536