9 Answer(s)
-
0
Strange.. Can you inspect element for the square char to understand what it is in HTML?
-
0
This is happening anytime you see a <br /> element in the code. It's happening to me with IE11 on windows 10. I think this is an issue with Open Sans font.
I download the latest version from GitHub just yesterday and ran it today in IE11 and I get the little square anytime you put a <br /> in your code. I took a screenshot on the one that is on the dashboard.
If you inspect that element, nothing stands out but if you go down and take Open Sans out of the font family, it no longer shows up wrong. So after that, I went out to the metronic theme and saw how they were including the google font
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
I replaced the link to the local open sans font and it is also working. Not sure how you download the font but there could be something wrong with the local Open Sans files.
-
0
Hi,
I have created an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/407">https://github.com/aspnetzero/aspnet-zero/issues/407</a>. We will try this with latest open sans fonts. You can follow this issue.
Thank you very much for your work on this.
-
0
This is a problem for me too. Is there any progress on this?
-
0
Hi,
I have added this issue to next milestone. We will fix it probably this week.
Thanks.
-
0
Great news. Thanks a lot.
-
0
Fixed <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/407">https://github.com/aspnetzero/aspnet-zero/issues/407</a>
-
0
The fix doesn't seem to have worked. I'm still seeing the squares in grids and multi-line text boxes in IE11. See screenshots at [https://github.com/aspnetzero/aspnet-zero/issues/407])
-
0
issue is being tracked by <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/512">https://github.com/aspnetzero/aspnet-zero/issues/512</a>