Declined
Last Updated: 19 Jun 2017 12:41 by ADMIN
ADMIN
Dimitar
Created on: 25 Jan 2017 12:31
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - the tabs are not imported/exported corectly with the HtmlFormatProvider.
To reproduce:
- Add a word, press tab the add another word.
- Export the document using HtmlFormatProvider.
- Import the same document.
- The tab is interpreted like 7 spaces. 
1 comment
ADMIN
Dimitar
Posted on: 26 Jan 2017 11:09
This is not an issue because there is no tab character in HTML and the tab is replaced with non-breaking spaces. The count of the necessary non-breaking spaces is calculated dynamically so the space in the document looks similar when it is opened in a browser. The side effect here is that there is no way to restore the tab when the document is imported.