Unplanned
Last Updated: 10 Apr 2019 06:52 by ADMIN
Decisive Computing
Created on: 10 Apr 2019 06:51
Category: RichTextBox
Type: Bug Report
0
RichTextBox: HtmlFormatProvider does not properly export nested lists

Nested ol/ul list should be inside a <li> element of the list in which it is nested. For example:

<ul>
<li>Option A</li>
<li>Option B
  <ul>
    <li>Sub 1</li>
    <li>Sub 2</li>
  </ul>
</li>
</ul>

 

0 comments