-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Icon] Icon are resolved as text on IE #317
Comments
Maybe a specific font file is missing. IE uses other fonts |
@Bernardstanislas @TomMaSS Any opinion on that? |
Suggestion create a component Icon for ie9 with a mapping on components |
π |
For Info, I have the bug with the version 11 of IE /xxx/static/fonts/fontawesome-webfont.eot? HTTP GET 200 application/vnd.ms-fontobject 59,59 Ko 32 ms @font-face 561 0 16 16 0 20467 |
Maybe the probem is your server which does not know how to serve this specific font file... |
@durandx Maybe you can check https://github.com/google/material-design-icons/tree/master/iconfont which should be in the associated |
|
This works on ie |
Was working in our localhost and recette environnent. |
@Jerom138 maybe it is the same problem for old FF |
@durandx Google has indeed published a new mdl lite version, we didn't upgrade in foocus components. |
Got the issue on both IE and FF, what do i have to do to fix this ? |
Hi, I just updated focus-core and focus-components, and my icons are still not displayed on IE in recette environment (it works in localhost). How can I fix this ? |
did you add this line in the header of your index.html or JSP file ? <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
Sorry, now it's resolved. |
Please can you explain what did you do in detail ? |
With webpack and
and then it worked. |
We have switched to webpack (from brunch) 2 or 3 month ago, and the font is now correctly inlined in the css along with some localhost:3000/xx.eot url. With Chrome and Firefox, the inlined is taken, but with IE11 (and 10) the font use the localhost:3000 url. |
Linked to : #1125 |
Solution here : klee-contrib/webpack-focus#9 |
Icon are resolved as text on IE:
With IE :
Secondary action
π΄ Fail
Scroll to top:
π΄ Fail
With Firefox:
Secondary action
πΆ Still a z-index problem with Block component
Scroll to top:
β Success
The text was updated successfully, but these errors were encountered: