1. #1
    Sencha User
    Join Date
    Jan 2012
    Posts
    48
    Vote Rating
    0
    $p00ky is on a distinguished road

      0  

    Default Unanswered: [4.1.1a] Grid Columns Header Menu showing 404 pictures in IE8

    Unanswered: [4.1.1a] Grid Columns Header Menu showing 404 pictures in IE8


    Hi,

    On IE8, some ugly images are shown after the text in the column headers menu:
    bug.png

    In Chrome it shows fine.
    Could you tell me how to fix it?

    I use a very simple HTML definition:

    Code:
    <!DOCTYPE HTML>
    <html>
    <head>
    ...

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    434
    Answers
    3102
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Just in IE8? I don't see the issue when looking at a grid example
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Jan 2012
    Posts
    48
    Vote Rating
    0
    $p00ky is on a distinguished road

      0  

    Default


    Firefox, Opera and Chrome display fine.
    IE8 does not, and I cannot install IE9 on Windows XP.

    I looked at the HTML generated, and IE8 seems to show that "picture not found icon" of size 28x30 whereas Chrome shows a blank image of size 1x1.

    HTML (from Chrome):
    Code:
    <img id="menuitem-1073-arrowEl" src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="">
    Properties (from IE):
    data.png

    It seems to set an "arrow" element but blank, as it's not a menu with a sub menu (the above code/screenshot is taken from the "Sort Ascending" element)

Tags for this Thread