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

[IE11] Font icons are not rendered when application is built and run as Angular development mode

ymita opened this issue · comments

Description

Font icons are not rendered on IE11. This does not happen on Chrome. Please see below for detail.

Steps to reproduce

  1. Copy Ignite UI for JavaScript product scripts files and css files in "ig" folder under project root("app1").
  2. Run the attached sample with "ng serve"
  3. Open it on IE11

If the application runs on localhost, jquery-ui font file is not downloaded in IE11. Please refer to the screenshot below. If the application's url is IP address instead of localhost, font file is downloaded and font icons are rendered. I tested with this command - ng s -o --port 8887 --host (IP address).

Result

Font icons are not rendered.

Expected result

Font icons are rendered.

Attachments

app1.zip

image