Editor application reads MSword doc into HTML format. All lists ( new paragrafs with bullets in a begginging in Word file) are read as
“<li>+ contentString+”</li>”
On the interface the text is displayed in text area and when user is deleting the bullet from list, caret skips the bullets and delete the character preceding it.
Please help.