Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted transformation of font-family #2235

Open
Axxxll opened this issue Aug 2, 2023 · 0 comments
Open

Unwanted transformation of font-family #2235

Axxxll opened this issue Aug 2, 2023 · 0 comments

Comments

@Axxxll
Copy link

Axxxll commented Aug 2, 2023

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.

  • ignite-ui version: 21.2.19
  • browser: All

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment