[CLOSED] Ext.net does not support IE9 compatiability view ?

  1. #1

    [CLOSED] Ext.net does not support IE9 compatiability view ?

    Page runs in IE9 and IE8 normaly.

    But when I choose the IE compatiability view , the page is blank.

    Ext.net does not support IE9 compatiability view ?
    Last edited by Daniil; Sep 12, 2013 at 3:02 PM. Reason: [CLOSED]
  2. #2
    Hi @wangyi,

    Yes, neither Ext.NET nor ExtJS support IE compatibility modes.
  3. #3
    You can force IE out of compatibility mode so even if user selects compatibility mode, Ext.NET still works fine.

    Response.AppendHeader("X-UA-Compatible", "IE=Edge")
  4. #4
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    I add the mark. But in IE9 compatiability view, the page is still blank.
    Last edited by Daniil; Sep 06, 2013 at 4:49 AM. Reason: Please use [CODE] tags
  5. #5
    I doubt these things are the same:
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    and
    Response.AppendHeader("X-UA-Compatible", "IE=Edge")
    The last one supposes that a user won't be able to switch to the compatibility mode. As far as I can understand it.

Similar Threads

  1. Replies: 7
    Last Post: Dec 13, 2012, 11:55 AM
  2. Replies: 1
    Last Post: Feb 01, 2012, 2:35 PM
  3. Replies: 2
    Last Post: Jan 10, 2012, 6:35 AM
  4. Mozilla Firefox 4.0.1 compatiability issue
    By NishaLijo in forum 1.x Help
    Replies: 0
    Last Post: Jun 03, 2011, 10:33 AM

Tags for this Thread

Posting Permissions