Completed
Last Updated: 15 Jun 2018 15:24 by Marc
ADMIN
Polya
Created on: 13 Jun 2018 11:32
Category: RichTextBox
Type: Bug Report
1
RichTextBox: Paragraphs containing empty run, defined with self-closing tag, are not imported from DOCX
If the empty run is defined with start-tag and end-tag the import is correct:

<w:p>
  <w:r></w:r>
</w:p>

However, if it is defined with empty-element tag, its parent Paragraph is not imported:

<w:p>
 <w:r/>
</w:p>

Fix available in R2 2018 SP1 release version.
2 comments
Marc
Posted on: 15 Jun 2018 15:24
deleted by marc.guyott
Marc
Posted on: 15 Jun 2018 15:23
deleted by marc.guyott