Questions tagged [compatibility-mode]

A compatibility mode is a software mechanism in which a software emulates an older version of software in order to allow obsolete software or files to remain compatible with the computer's newer hardware or software. Examples of the software using the mode are operating systems and Internet Explorer.

A compatibility mode is a software mechanism in which a software emulates an older version of software in order to allow obsolete software or files to remain compatible with the computer's newer hardware or software. Examples of the software using the mode are operating systems and Internet Explorer.

from Wikipedia

74 questions
200
votes
19 answers

Override intranet compatibility mode IE8

By default IE8 forces intranet websites into compatibility mode. I tried changing the meta header to IE8, but it doesn't acknowledge the meta header and just uses the browser setting. Does anyone know how to disable this?
197
votes
8 answers

Why does IE9 switch to compatibility mode on my website?

I have just installed IE9 beta and on a specific site I created (HTML5) IE9 jumps to compatibility mode unless I manually tell it not to. I have tried removing several parts of the website but no change. Including removing all CSS includes. On some…
René
  • 5,285
  • 3
  • 20
  • 37
32
votes
6 answers

IE8 non-compatibility mode, image with max-width and height:auto

I have an image with this markup And I am using CSS to downsize it to 600px width, like so: img { max-width:600px; height:auto; } Can anyone explain why this method works in…
Jared Henderson
  • 1,226
  • 3
  • 13
  • 21
26
votes
4 answers

How to prevent IE9 from rendering intranet sites in compatibility mode

IE9 has a weird problem where it renders intranet sites in compatibility mode. Does anyone know a way how to prevent this from happening? Note: I am not looking for a way to prevent it on a single users machine, but some programmatic way to prevent…
15
votes
2 answers

Force Browser Mode=IE8 and document mode=IE8 Standards

I have a internal website hosted on IIS. I added the following meta code and also add http-header that the page should in IE8 Browser mode and document mode. We tested it on Visual Studio and and…
Dennis C
  • 23,310
  • 12
  • 68
  • 98
15
votes
5 answers

jQuery Validation plugin, IE7 "SCRIPT3: Member not found"

I have the following:
12
votes
1 answer

Can you enter x64 32-bit "long compatibility sub-mode" outside of kernel mode?

This might be an exact duplicate of Is it possible to execute 32-bit code in 64-bit process by doing mode-switching?, but that question is from a year ago and only has one answer that doesn't give any source code. I'm hoping for more detailed…
Quuxplusone
  • 19,419
  • 5
  • 72
  • 137
9
votes
1 answer

Force document mode=IE8 Standards

So I am having problems getting IE8 to not default to IE7 document mode, as our intranet is set up. I am using IE dev tools to set plus a little bit of js to check what the browser is reporting the document mode to be. I won't be able to change any…
7
votes
1 answer

Internet Explorer automatically switches to compatibility mode (IE9 and IE10)

On certain page on my site, Internet Explorer automatically switches to compatibility mode and tries to render the page in compatibility view (IE7 mode). Also the URL gets added to the compatibility view list.
6
votes
4 answers

How long will IE compatibility modes work?

Unfortunately, we have a massive legacy web application at work that we can't get rid of. It works on IE only, and is completely dependent on the "X-UA-Compatible: IE=EmulateIE8" to work correctly in newer IE versions. My question is whether this is…
5
votes
3 answers

Stuck with IE compatibility mode

The URL of the site I am working on ended up on Microsoft compatibility list. This means that every time IE users visit it, IE9 mode is forced on which makes it impossible to use modern CSS or Javascript. First 6 lines of every HTML document on the…
5
votes
3 answers

WebBrowser Control IE8 Compatibility Mode On/Off Switch

I am having a IE8 compatibility issue while using the WebBrowser control to navigate to a website. The strange thing is sometimes the website works, but more than likely it wont. I can refresh the page sometimes and it works as well. Just going to…
5
votes
3 answers

How can I programmatically add website to compatibility list internet explorer 11?

I've tried adding registry entries at: Hive: HKEY_CURRENT_USER Key Path: Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList\ Value name: sub.companyname.com Value data: sub.companyname.com However in Internet Explorer 11 this…
4
votes
3 answers

Why does new T-SQL of SQL Server 2008 work on database in compatability mode 80?

Experimenting with new features of T-SQL, I've run into a puzzle. Here is some new syntax supported by SQL 2008 and I'd expect it to work on databases set for compatibility mode 100 (i.e. 2008) and not work for compat mode 80 (i.e. 2000). Yet this…
John Adams
  • 4,573
  • 23
  • 85
  • 124
4
votes
1 answer

How to run Java in compatibility mode?

Does Java support running in compatibility mode? In other words if we have JDK 8 install on system, can it be configured to run my application on 7 or previous release using the same installation ? I can give one example like IE-11 can be switch to…
1
2 3 4 5