Bug 115544 - PDFPlugin: Changes being made to active annotation aren't saved when the PDF is exported
Summary: PDFPlugin: Changes being made to active annotation aren't saved when the PDF ...
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:
Blocks:
 
Reported: 2013-05-03 04:31 PDT by Tim Horton
Modified: 2013-05-03 13:56 PDT (History)
3 users (show)

See Also:


Attachments
patch (2.78 KB, patch)
2013-05-03 04:35 PDT, Tim Horton
ap: 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 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