You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Font icons are not rendered on IE11. This does not happen on Chrome. Please see below for detail.
Steps to reproduce
Copy Ignite UI for JavaScript product scripts files and css files in "ig" folder under project root("app1").
Run the attached sample with "ng serve"
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).
Description
Font icons are not rendered on IE11. This does not happen on Chrome. Please see below for detail.
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: