When user copy paste the listed items from notepad or textpad to editor and clicking on the bullet\numbering list icon the whole text is considered as single item as shown (Before and After selecting Order List Image).
Please provide us the solution to fix this issue
1 Answer, 1 is accepted
0
Ianko
Telerik team
answered on 07 Apr 2016, 07:18 AM
Hello Elango,
Using a plain text editor produces only plain text. Thus, the new lines are separated by carriage returns and not formed as paragraphs.
When pasted browser transforms these carriage returns to BR tags, which are not proper block elements to form a single list item. Therefore, the entire paragraph is formed to a single list item.