1 Reply Latest reply on Oct 15, 2015 3:30 AM by harald.pehl

    WildFly 9.0.1-Final Administration console doesn't work with IE 11?

    nirleshpatel

      When I try to bring up the WildFly Administration console (http://localhost:9990/console/App.html) in IE 11, I get a blank page but it works fine in Chrome and Firefox. Looking at the source code of the blank page, it has the IE9 compatibility meta tag:

       

          <!-- see https://developers.google.com/web-toolkit/doc/latest/DevGuideIE9 -->

          <meta http-equiv="X-UA-Compatible" content="IE=9">

       

      While the blank page is displayed, in IE developer tools I changed emulation to "10", and the Admin console Login box displays immediately.


      So how can fix this so I don't have to go into Developer tools each time when using IE11 (and we have to support customers who will use only IE11 due to office work restrictions).