IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[igHtmlEditor] The selection from the font family dropdown is not correctly reflected to the dropdown box.

norikois opened this issue · comments

Description

[igHtmlEditor] The selection from the font family dropdown is not correctly reflected to the dropdown box.

  • ignite-ui version: 20.1
  • browser: IE11, Chrome, Edge (Chromium)

Steps to reproduce

  1. Open the attached sample file.
  2. Click the editor area.
  3. Click the font family dropdown and select "Times New Roman".
    -> The dropdown is closed. Observe what is shown in the dropdown box.
  4. Click the font family dropdown and select "Arial".
    -> The dropdown is closed. Observe what is shown in the dropdown box.

And so on...

Result

Step 3: "Meiryo" is shown.
Step 4: "MSゴシック" is shown.

And so on...

Expected result

Step 3: "Times New Roman" is shown.
Step 4: "Arial" is shown.
And so on...

Attachments

Attach a sample if available, and screenshots, if applicable.
CAS-33547-Sample2.zip

Closing this issue since it has been closed by #2094