[CLOSED] Problems with IE8

  1. #1

    [CLOSED] Problems with IE8

    I have problems with this simple view in IE8, other browsers and versions works fine.

    @{
        var x = Html.X();
    }
    @(x.ResourceManager())
    @(        x.Panel()
                  .Items(
                      x.TextField()
                        .FieldLabel("Nada")
                  )
          )
    it generate the following errors attachedClick image for larger version. 

Name:	Error1.png 
Views:	43 
Size:	13.4 KB 
ID:	24130Click image for larger version. 

Name:	Error2.png 
Views:	36 
Size:	14.0 KB 
ID:	24131
    Last edited by Daniil; Aug 14, 2015 at 3:08 PM. Reason: [CLOSED]
  2. #2
    Hello @keeper!

    I couldn't reproduce the issue running Ext.NET SVN and IE11 on IE8 emulation mode.

    Does this shows 'IE8: true' once you load the page?
            @(x.Label().ID("isIe8").Text("IE8: (querying...)"))
            <script type="text/javascript">
                setTimeout(function () { App.isIe8.setText("IE8: " + (Ext.isIE8 ? "true" : "false")); }, 2000);
            </script>
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. There are a few problems need help
    By zack542 in forum 2.x Help
    Replies: 0
    Last Post: Apr 24, 2013, 5:02 PM
  2. About Ext.NET 2.0.0-rc1 Some of the problems
    By happy61 in forum 2.x Help
    Replies: 2
    Last Post: Jul 15, 2012, 4:06 PM
  3. There are some problems
    By jiaxiang8756 in forum 2.x Help
    Replies: 0
    Last Post: Jun 19, 2012, 10:04 AM
  4. GUI problems on IE 7.0 & IE 8.0
    By ITECH-Developer in forum 1.x Help
    Replies: 5
    Last Post: Sep 15, 2011, 4:12 PM
  5. two problems!
    By jarremw in forum 1.x Help
    Replies: 0
    Last Post: Jun 29, 2009, 4:37 PM

Tags for this Thread

Posting Permissions