<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Filled acroform with XFA dataset shows old values if opened in acroread"
href="https://bugs.freedesktop.org/show_bug.cgi?id=55978">55978</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Filled acroform with XFA dataset shows old values if opened in acroread
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>fabiodurso@hotmail.it
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=68557" name="attach_68557" title="Test case">attachment 68557</a> <a href="attachment.cgi?id=68557&action=edit" title="Test case">[details]</a></span>
Test case
If you edit the attached form in Poppler, the resulting file still shows the
previous data when opened in acroread.
Steps to reproduce: Open file with poppler, change "12345" to "67890", save.
Open resulting file in acroread, notice that it still shows "12345".
Some quick tests show that it's because acroread looks at the XFA dataset
object (obj 66) instead of the /V property we set. Object 66 contains:
<xfa:datasets xmlns:xfa="<a href="http://www.xfa.org/schema/xfa-data/1.0/">http://www.xfa.org/schema/xfa-data/1.0/</a>">
<xfa:data>
<Formular1>
<Textfeld1>12345</Textfeld1>
<Textfeld1/>
</Formular1>
</xfa:data>
</xfa:datasets></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>