[CLOSED] IE11 missing toolbar backgrounds

  1. #1

    [CLOSED] IE11 missing toolbar backgrounds

    Thats no design feature, right? ;-)

    Click image for larger version. 

Name:	Unbenannt.JPG 
Views:	25 
Size:	65.1 KB 
ID:	7494
    Last edited by Daniil; Feb 07, 2014 at 7:01 AM. Reason: [CLOSED]
  2. #2
    same problem like this thread:
    http://forums.ext.net/showthread.php...lat-under-IE10

    i tried several ie11 on diffrent machines all with the same problem.
    also i tried to implement the COMPATIBLITY tag but it only works for the main page and not in child iframes in an tabpanel..
  3. #3
    Hi @prointernet,

    Quote Originally Posted by prointernet View Post
    also i tried to implement the COMPATIBLITY tag but it only works for the main page and not in child iframes in an tabpanel..
    Please clarify did you define that tag within the iframes as well?
  4. #4
    Quote Originally Posted by prointernet View Post
    Thats no design feature, right? ;-)

    Click image for larger version. 

Name:	Unbenannt.JPG 
Views:	25 
Size:	65.1 KB 
ID:	7494

    I sort of bypassed the problem by applying my own style to each column:

    StyleSpecs="background-image: linear-gradient(to top, #CFCFCF 0%, #F8F8F8 100%);"
    Last edited by Daniil; Jan 17, 2014 at 10:29 AM. Reason: Please use [CODE] tags
  5. #5
    I was having similar issues with column headers, and text in Ext.Msg boxes not rendering correctly with IE11. I found the easiest solution was to just force it to use IE9 compatibility mode by adding the x-ua-compatible meta tag.

    Just add
    <meta http-equiv="x-ua-compatible" content="IE=9" />
    as the very first item in your <head></head> section.


    Nothing seems to work properly in IE11, it's such a pain.
  6. #6
    SVN trunk update: IE11 support for Ext.Net 2.5 in revision #5636.

    If you can try your test case on your environment with that revision (without your fix), we would like to know whether it works for you or not.

Similar Threads

  1. [CLOSED] Tooltips with wrong size in IE11
    By RCN in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: Jan 22, 2015, 10:34 AM
  2. [CLOSED] IE11 support with Ext JS 3.4.2
    By anup in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jan 30, 2014, 3:02 PM
  3. [CLOSED] IE11 Tool Tips
    By Kev in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 10, 2014, 11:20 AM
  4. [CLOSED] IE11 and Chrome
    By ATLAS in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 13, 2013, 12:25 PM
  5. Replies: 1
    Last Post: Mar 07, 2011, 9:39 AM

Posting Permissions