Unplanned
Last Updated: 29 May 2018 08:36 by ADMIN
ADMIN
Boby
Created on: 29 May 2018 08:35
Category: RichTextBox
Type: Feature Request
0
RichTextBox: Import the content of unknown elements from HTML
Currently unknown/unsupported elements are skipped, which potentially loses text content. Consider adding setting in HtmlImportOptions allowing the phrasing content (text) of these elements to be imported. 

Sample HTML:

<html>
<body>
<test-test>test-test</test-test>
<body/>
</html>


Browsers visualize it as "test-test", while RadRichTextBox doesn't import anything.

MS Word imports such elements as inline elements (just like spans).
0 comments