<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <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#c8">Comment # 8</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>So it seems that even the ooxml code exported in 4.0 for the input field file
is reported to be invalid when opened in MS Word and its likely because the
field is being exported both in the <w:del> tag as well as outside of it.

<w:p>
  <...>
  <w:del ... w:id="0">
    <w:r>
      <w:rPr></w:rPr>
      <w:fldChar w:fldCharType="begin"></w:fldChar>
    </w:r>
    <w:r>
      <w:instrText>FILLIN &quot;example&quot;</w:instrText>
    </w:r>
    <w:r>
      <w:fldChar w:fldCharType="separate" />
    </w:r>
    <w:r>
      <w:delText>Example</w:delText>
      <w:br />
    </w:r>
    <w:r>
      <w:fldChar w:fldCharType="end" />
    </w:r>
  </w:del>
<!-- the w:r elements below shouldnt be there ->
  <w:r>
    <w:rPr></w:rPr>
    <w:fldChar w:fldCharType="begin"></w:fldChar>
  </w:r>
  <w:r>
    <w:instrText>FILLIN &quot;example&quot;</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></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>