IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 84 forks source link

Unwanted transformation of font-family #2235

Open Axxxll opened 11 months ago

Axxxll commented 11 months ago

Description

When pasting bullet points to the ig-html-editor and deleting the entire text or the bullet, the font-family is automatically converted to "Symbol" and the font-size is also automatically converted when deleting the space between the text and the bullet.

Steps to reproduce

Issue-1

  1. Create some bullet points in microsoft word document
  2. copy from word and paste it to ig-editor
  3. Now delete all the content from the ig-editor

Now the font family is changing automatically to symbol and I am not able to understand the words.

Issue-2

  1. Create 3 bullet points in microsoft word document
  2. copy from word and paste it to ig-editor
  3. Now delete last bullet point text, dont remove the bullet
  4. Now start typing the word from the third bullet,
  5. The font size of the newly types word is very small.

Expected result

The font-size and font-family shouldn't be transformed.

Attachments

Animation