Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Petya
Created on: 17 Apr 2015 12:37
Category: RichTextBox
Type: Bug Report
2
RichTextBox: NullReferenceException when importing docx document containing simple field without run in it
If the document contains a simple field without run inside, the import process fails. 

      <w:fldSimple w:instr="page" w:dirty="true"/>

The same document with a run inside the field does not cause an error

      <w:fldSimple w:instr="page" w:dirty="true">
        <w:r>
          <w:t>1</w:t>
        </w:r>
      </w:fldSimple>
0 comments