Desktop Shortcut BUG on IE

  1. #1

    Desktop Shortcut BUG on IE

    Hello, the icon of desktop shortcut doesnt appear on IE.

    heres the code

    CSS file
    .shortcut-icon
    {
        width: 48px;
        height: 48px;
    }
    .icon-teste
    {    
        background-image: url( ../img/icones/48_iphone_icons.png ) !important;    
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/icones/48_iphone_icons.png", sizingMethod="scale");
    }
    ASP
    <ext:Desktop ID="MyDesktop" runat="server" BackgroundColor="Black" ShortcutTextColor="White">
            <Shortcuts>
                <ext:DesktopShortcut ShortcutID="customF" Text="Call server" IconCls="shortcut-icon icon-teste" />
            </Shortcuts>
        </ext:Desktop>
    The shortcut icon appears on ly in FF, in IE only appears the label.

    Does someone knows Why?
  2. #2

    RE: Desktop Shortcut BUG on IE

    Hey Vladsh, I'm basing on example to do this,
    but the icon still not appearing on IE.

    How can i fix it? Thanks.
  3. #3

    RE: Desktop Shortcut BUG on IE

    Can anyone help me?

    Thank you.
  4. #4

    RE: Desktop Shortcut BUG on IE

    Does anyone knows whats happening???
  5. #5

    RE: Desktop Shortcut BUG on IE

    I'm having the same problem, but at random. Most of the time the icon appears...but sometimes..it doesn't

    So it really is something too look at.


    Martin
  6. #6

    Has anyone come up with a solution for this?

    I am still unable to see shortcut icons in IE.

    Does anyone have a solution for this?
  7. #7

    Mine is working fine in all major browsers.This is for your reference

    .shortcut-icon
        {
            width: 48px;
            height: 48px;
        }
        .icon-grid48
        {
            background-image: url(images/hd-check.gif) !important;
        }
    
    IconCls="shortcut-icon icon-grid48"
    Hope this helps.
    Last edited by geoffrey.mcgill; Aug 05, 2010 at 4:51 AM.
  8. #8

    I found whats causing the problem.

    The css class

    .ext-ie #x-shortcuts DT IMG

    is causing all the problems in IE.I found it using IE Developer tools.I am using IE8.The moment you disable this you will see the icons on your desktop.

    Hope it helps.
  9. #9
    There is a path that ie cannot resolve when you use asp.net
    theme folder. You have to set the path from root virtual directory.
    Quoc,

Similar Threads

  1. cant remove Shortcut from desktop module
    By Kaveh in forum 2.x Help
    Replies: 5
    Last Post: Jan 02, 2013, 5:57 PM
  2. How to load dynamic user controls on desktop shortcut?
    By laphuynhkien in forum 2.x Help
    Replies: 4
    Last Post: Aug 23, 2012, 5:58 PM
  3. [CLOSED] Desktop Shortcut
    By schellappa in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 14, 2011, 12:08 PM
  4. Replies: 5
    Last Post: Jan 19, 2011, 3:17 PM
  5. [Desktop] Resize shortcut text?
    By LuB in forum 1.x Help
    Replies: 0
    Last Post: May 06, 2010, 12:51 PM

Posting Permissions