<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOC/DOCX - Track change of fields not saved correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=70234">bug 70234</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>dataLoss
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>lo_bugs@iseries-guru.com, raal@post.cz, xiscofauli@libreoffice.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOC/DOCX - Track change of fields not saved correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=70234#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOC/DOCX - Track change of fields not saved correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=70234">bug 70234</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre><a href="show_bug.cgi?id=70234#c6">Comment 6</a> covered <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=87241" name="attach_87241" title="Removed page count field">attachment 87241</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=87241&action=edit" title="Removed page count field">[details]</a></span> and the page number field. Things are worse
for <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=87243" name="attach_87243" title="Removed input field with change tracking">attachment 87243</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=87243&action=edit" title="Removed input field with change tracking">[details]</a></span> and the input field.

Similar to the page number field, in 4.1 the <w:del> tag is only being placed
around the first run element for the input field, but in 4.2 and above the
entire field gets removed from export.

4.1

<w:pPr>
  <...>
<w:del ... w:id="0">
  <w:r>
    <w:rPr></w:rPr>
    <w:fldChar w:fldCharType="begin"></w:fldChar>
  </w:r>
</w:del> <-- the 4.1 bug mentioned in <a href="show_bug.cgi?id=70234#c6">comment 6</a>
<w:r>
  <w:instrText>FILLIN "example"</w:instrText>
</w:r>
<w:r>
  <w:fldChar w:fldCharType="separate" />
</w:r>
<w:r>
  <w:t>Example</w:t>
  <w:br />
</w:r>
<w:r>
  <w:fldChar w:fldCharType="end" />
</w:r>
<w:r>
  <w:rPr></w:rPr>
  <w:fldChar w:fldCharType="begin"></w:fldChar>
</w:r>
<w:r>
  <w:instrText>FILLIN "example"</w:instrText>
</w:r>
<w:r>
  <w:fldChar w:fldCharType="separate" />
</w:r>
<w:r></w:r>
<w:r>
  <w:fldChar w:fldCharType="end" />
</w:r>
</w:p>

4.2 and above

<w:p>
  <...>
  <w:del w:id="0" ...>
    <w:r>
      <w:rPr></w:rPr>
    </w:r>
  </w:del>
  <w:r>
    <w:rPr></w:rPr>
  </w:r>
</w:p>

@Xisco, @Raal, @Terrence: Would appreciate if any of you could bibisect both
the 4.1 regression and 4.2 dataloss.</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>