Unplanned
Last Updated: 31 May 2018 05:07 by ADMIN
ADMIN
Tanya
Created on: 28 May 2018 12:57
Category: RichTextBox
Type: Bug Report
0
RichTextBox: HtmlFormatProvider: Empty span elements should be imported as a space when the opening and closing tags are on different lines
When a span element's opening and closing tags are on different lines in the HTML and there is no content in the span, it should be imported as a single space.

For example, the following HTML:

test,<span>
</span>test<span> 

should be imported as

test, test


Note: If there is content in the span that is split between the lines, it is correctly imported:
test,<span>a
</span>test<span> 

results in

test,a test
0 comments