Skip to main content

Questions tagged [x-ua-compatible]

X-UA-Compatible is an IE-specific header that can be used to tell modern IE versions to use a specific IE engine to render the page. For example, you can make IE8 use IE7 mode or tell IE to use the newest available rendering engine.

x-ua-compatible
0 votes
1 answer
1k views

How can I enable X-UA-Compatible meta tag in Edge Chromium with IE Mode?

I have an ASP.NET Web Forms website that works in Edge Chromium with IE Mode. To distribute the IE Mode website enablement to the domain user I have defined a Group Policy and a XML site list file ...
Ryo Saeba's user avatar
1 vote
1 answer
426 views

What value needs to passed for X-UA-Compatible meta tag's content attribute to set document mode as 5?

Working on a legacy application, one of the UI functionality is breaking in IE11. While trying emulating different docModes, it's working fine for doc mode = 5 and UserAgent = IE 11 I Want to set this ...
Ashutosh Sharma's user avatar
0 votes
1 answer
6k views

Does Microsoft Edge support rendering in IE8 mode? Is there any solution for this?

I was using "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8") in IE11 to render the an application in IE8 compatibility mode and I never had any issues. Now ...
Hariharan S's user avatar
2 votes
1 answer
968 views

Want to run my website in IE11, but in edge document mode [duplicate]

We have created an application that works well in Chrome, Safari, Firefox, and Edge. Now one of user tried to use Internet Explorer and there were a lot of UI issues. We have tried setting meta tags,...
Krunal Parmar's user avatar
0 votes
0 answers
2k views

Page is not displaying in Microsoft Edge using Form tag in jsp

As per my project requirement plan to move Microsoft edge and it is working fine in IE7 and when I tested the attached code in Microsoft Edge and even IE 11 it is not showing the page and I went ...
Maxtech's user avatar
  • 111
1 vote
1 answer
3k views

Microsoft Edge shows Invalid HTML5 DOCTYPE

My project Intranet website is not showing some pages in Microsoft Edge and it is working in IE7 fine and when I tested In the using F12 console it shows below error in console Invalid HTML5 DOCTYPE. ...
Maxtech's user avatar
  • 111
-1 votes
1 answer
365 views

X-UA-Compatible IE=10 not working on EDGE

I am using a library not compatible with EDGE so i am trying to change the Document mode to IE10. I have applied httpReponse.setHeader("X-UA-Compatible", "IE=10"); Its working for all but In Edge ...
Abhinav Parashar's user avatar
0 votes
1 answer
118 views

How to conditionally apply x-ua meta tag only to ie10 and below?

I have a situation where the following x-ua code is added to the header <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" /> and it works well in IE versions 10 and below. But it ...
Prasanth K C's user avatar
  • 7,232
2 votes
1 answer
779 views

Forcing IE's Compatibility Mode off

We have an intranet site and I want to ignore the IE's compatibility mode when "display intranet sites in compatibility view" is checked. I have come across various solutions to forcefully set IE's ...
Owais Ahmed's user avatar
  • 1,418
0 votes
0 answers
193 views

IE document mode and iframes

I've read a few answers on here, but not sure I'm fully understanding them.... I have a web page that needs to be in document mode 5, there's no way around that, and within that page, I have a iframe, ...
Chris Richards's user avatar
0 votes
1 answer
279 views

IE 11 duplicate X-UA-Compatible tag in DotNetNuke

On one of our sites, when going to any form that has recaptch in IE 11 (or 10) - recaptcha doesn't work. What we've found out is that in all version of IE excluding Edge - there's a duplicate X-UA-...
ajwaka's user avatar
  • 608
0 votes
0 answers
991 views

Is it possible to set Compatibility mode in Iframe for IE browsers

I have created Data visualization application in angular2 and another application is in traditional asp.net application.In the asp.net application is using Iframe for Angular application data ...
Mohamed Sahir's user avatar
2 votes
1 answer
514 views

Multiple X-UA-Compatible meta tags on one page

What happens if you have multiple X-UA-Compatible meta tags on one page? For example: <meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=...
Luke Bailey's user avatar
1 vote
1 answer
5k views

<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> is not working in IE 11

In our application we are using <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> as the first line of code inside <head>tag. In Local and QA it is working fine, but when we try to ...
Mahesh Narayanan's user avatar
0 votes
0 answers
146 views

IE document mode

<meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1" /> i've put this between my <head></head> it works in my IE(11), but my client who uses IE(8),the document mode always use ...
molly's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
9