Ie8 not compatible?

  1. #1

    Ie8 not compatible?

    Run on ie8 and ie9 there might be difference,Who can help?
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication14.WebForm3" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <ext:ResourceManager ID="ResourceManager1" runat="server">
            </ext:ResourceManager>
            <ext:Window ID="Window1" runat="server" Collapsible="true" Height="185" Icon="Application"
                Title="Title" Width="350">
                <Items>
                </Items>
            </ext:Window>
        </div>
        </form>
    </body>
    </html>
    run on IE8:
    Click image for larger version. 

Name:	ie8.png 
Views:	16 
Size:	1.6 KB 
ID:	5989
    run on IE9:
    Click image for larger version. 

Name:	ie9.png 
Views:	20 
Size:	1.6 KB 
ID:	5990
  2. #2
    Did you use pure IE8 browser or compatibility mode of IE9?
  3. #3
    Quote Originally Posted by Vladimir View Post
    Did you use pure IE8 browser or compatibility mode of IE9?
    I am in xp and Windows 7 running on pure IE, is not compatible with IE9.

Similar Threads

  1. Replies: 13
    Last Post: Feb 25, 2013, 10:09 AM
  2. Ux Toolkit compatible with Ext.Net v1.0
    By Maia in forum 1.x Help
    Replies: 1
    Last Post: Aug 17, 2010, 1:57 PM
  3. Coolite is compatible with all internet navigator
    By miguelp120 in forum 1.x Help
    Replies: 4
    Last Post: Mar 12, 2010, 4:00 PM
  4. Is MS Ajax Library compatible with Coolite?
    By aespinoza in forum 1.x Help
    Replies: 2
    Last Post: Jan 17, 2010, 4:29 AM
  5. [CLOSED] Not compatible with Windows 2000 and IE6
    By jchau in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 02, 2008, 1:12 PM

Posting Permissions