ignite-ui
ignite-ui copied to clipboard
When pasting numbered list from Word to igHtmlEditor, the numbers are missing
Description
When pasting numbered list from Word to igHtmlEditor, the numbers are missing. When applying the numbered list from the HTML editor menu, then the numbers are duplicated.
- ignite-ui version:
- browser:
Steps to reproduce
- Open the following sample: https://www.igniteui.com/html-editor/custom-icons-and-styles
- Paste the following content (from Word):
Book one: 1. A Long-expected Party 2. The shadow of the Past 3. Three is company
- Then apply the numbering (because the numbers are missing after the paste)
Result
After 2. the numbers are not shown. After 3. the numbers are shown twice
Expected result
After 2. the numbers are shown
When clicking the ViewSource button, you can see that the generated HTML is too much and contains unnecessary spaces.