Unplanned
Last Updated: 12 Mar 2024 13:50 by Stefan
Stefan
Created on: 12 Mar 2024 13:50
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: HtmlFormatProvider: ArgumentNullException when importing a document with <div> elements inside a list

Import the following HTML content:

<ol type="a">
<li>
<div><p>WordsProcessing</p>
</div></li>
<li>
<div>
<p>SpreadProcessing</p>
</div>
</li>
<li>
<div>
<p>PdfProcessing</p>
</div>
</li>
</ol>

The following error occurs:

0 comments