Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Tanya
Created on: 20 Nov 2015 09:54
Category: RichTextBox
Type: Bug Report
0
RichTextBox: NullReferenceException is thrown when importing nested hyperlink fields from docx
NullReferenceException is thrown when trying to import a nested hyperlink, e.g. the following OOXML:

<w:hyperlink r:id="rId4" w:history="1">
  <w:hyperlink r:id="rId5" w:history="1">
    <w:r>
      <w:rPr>
        <w:rStyle w:val="Hyperlink"/>
        <w:rFonts w:eastAsia="Times New Roman"/>
      </w:rPr>
      <w:t>google</w:t>
    </w:r>
  </w:hyperlink>
</w:hyperlink>
0 comments