Base solution for your next web application
Open Closed

UI grid Data displays square characters for default data . #2000


User avatar
0
omkarchoudhari created

UI grid Data displays square characters for default data in IE 11. Data displays well when column is expanded. Also shows up on modal pop ups. Please see image attached. This displays well in chrome and firefox.


9 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Strange.. Can you inspect element for the square char to understand what it is in HTML?

  • User Avatar
    0
    JeffMH created

    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.

    Let me know if I can help.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    gconey created

    This is a problem for me too. Is there any progress on this?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I have added this issue to next milestone. We will fix it probably this week.

    Thanks.

  • User Avatar
    0
    gconey created

    Great news. Thanks a lot.

  • User Avatar
    0
    hikalkan created
    Support Team

    Fixed <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/407">https://github.com/aspnetzero/aspnet-zero/issues/407</a>

  • User Avatar
    0
    gconey created

    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])

  • User Avatar
    0
    alper created
    Support Team

    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>