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 ...

learn more… | top users | synonyms

0
votes
1answer
63 views

Visual Studio 2010 toolbox empty when run in XPSP3 Compatibility Mode in Win 7?

I have found that the only way to get a non-empty toolbox in the Visual Studio 2010 designer in Win 7 is to not run the IDE in XPSP3 Compatibility Mode. Why is this the case?
0
votes
0answers
48 views

Cannot hide compatibility button using html5boilerplate

I've gone through lots of questions on stackoverflow but I can't get this to work. I am using html5boilerplate with a little bit of WP PHP on top of it and I am wondering if that could be the reason ...
1
vote
1answer
3k views

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 ...
1
vote
1answer
246 views

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 ...
0
votes
1answer
74 views

Certain computers display compatibility view

I know that this question had been asked everywhere but I just can't get the solution even after trying the suggested ways. So my client's IE automatically switched to compatibility view while ...
1
vote
1answer
361 views

IE 10 forces strict mode

Consider following HTML code: <style> td, tr { border:1px solid gray; } </style> <table class="tableinfo" cellspacing="1" cellpadding="3"> <tr> <td>asd</td> ...
1
vote
1answer
51 views

IE Almost Standards mode, how do I know when I am in it

According to the MS flowchart ... there is a mode called 'almost standards'. http://ie.microsoft.com/testdrive/ieblog/2010/Jun/16_IEsCompatibilityFeaturesforSiteDevelopers_1.svg I THINK my page is ...
3
votes
3answers
1k views

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 ...
3
votes
1answer
189 views

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 ...
0
votes
1answer
1k views

When we run SQL Server 2008 R2 in compatibility mode 80, what features do we get?

We have SQL Server 2008 R2 running in compatibility mode 80 (2000) as we have lot of discontinued features used. Initially i thought i will get only features of 2000 to use, but as pleasant surprise i ...
0
votes
0answers
966 views

Windows 7 compatibility mode on network share

I have a network file share with a number of shortcuts in it, each of which runs one of several applications which load data into them from that particular file share. The network file share & ...
-4
votes
1answer
515 views

compatibility mode causes css problems [closed]

Good day, all, I am afraid I cannot share a working URL or sample code for this one; I'm working on a proprietary site for a client. I am also unable to replicate in an environment in which I build ...
0
votes
1answer
947 views

SQL Server 2008 R2 running in compatibilty mode 80. What features i get to use?

We have SQL Server 2008 R2 running in comaptibilty mode 80 (2000) as we lot of discontinued features used. Intially i thought i will get only features 2000 to use, but as pleasent surprise i show ...
0
votes
2answers
181 views

Why does IE9 give the option to render in compatibility mode

Why on some sites is there the option to render the page in compatibility mode, as in the little broken page icon in the address bar. Then on other sites it doesn't. What ie9 logic in deciding if ...
1
vote
1answer
457 views

Why is my dropdownlist in IE9 only clickable with Compatibility View on?

My website contains a dropdownlist which isn't clickable in IE9. You can click on it, but it doesn't expand. It does contain the values it should have. The weird part is that if you put compatibility ...
0
votes
1answer
365 views

screen compatibility mode

I got so confused after reading the documentation. I've designed my app to run on small, normal and large screens. my question is: how to prevent my app from being stretched when running on tablets? ...
0
votes
1answer
175 views

Compatibility mode and Activity lifecycle

Here are some preconditions: the app is designed for smartphones (small, medium, large screens) the app needs to also look so-so on tablets (xlarge screens) the app needs to give users the option to ...
0
votes
1answer
311 views

Windows .exe needs to run in “XP Compatibility Mode” on some PCs

I have an application which is built using Qt framework, compiled using qmake in mingw environment, and then packaged for Windows using Inno Installer. We have a number of reports of the installed ...
1
vote
1answer
1k views

IE9 automatically entering Compatibility View on a certain page

I'm currently managing an e-commerce website that I did not develop. The developer chose to make it so that when you're viewing an item, clicking the "Add to Cart" button uses jQuery's "post" method ...
1
vote
2answers
631 views

Multiple screens in manifest and compatibility mode confusion

I read this somewhere and I am little confused "if your application explicitly supports those screens ( true) or requires "compatibility mode" assistance ( false)." it is about the supports-screens ...
0
votes
1answer
789 views

Change compatibility mode/run as using logon script

We have 200+ freshly imaged machines and have learned that in some of them Audacity does not work properly. For some reason, on certain (seemingly random) machines, Audacity needs to be in XPSP3 ...
2
votes
2answers
563 views

Why Doesn't CreateProcess() Work?

I have a program that attempts to restart Explorer in Windows 7; it first ends the process, then starts it again. Simple? So it looks -- it indeed seems to work. However, I noticed something funny: ...
0
votes
0answers
333 views

Can I disable Compatibility Mode for an executable I write?

I am writing a Windows 7-specific utility. Rather than checking at program startup and refusing to open if in compatibility mode, I'd like to disable the option to use compatibility mode on my ...
1
vote
1answer
117 views

BlackBerry Non-Compatibility Mode translate touch events

I am forcing my app (developed in JRE 4.5) to run in non-compatibility mode for OS versions 4.7 and higher so that the virtual keyboard would not take up half of the screen space. Now, when I test ...
0
votes
1answer
610 views

VB.net and running an external .exe program in both Administrator mode and compatibility mode (windows xp sp2)

Hey all i am trying to find some code that would allow me to run a program with administrator rights and also windows xp sp2 compatibility mode. But i have not yet found any code to do that using ...
1
vote
1answer
124 views

Is IE 6 skipped in HTTP-EQUIV compatibility modes?

This article specifies IE 9 (Edge), IE8, IE7 and IE5 as valid HTTP-EQUIV document modes. Why was IE6 skipped? Does it render the same as IE5? My company supports IE6+, so I want to find a reliable way ...
4
votes
3answers
261 views

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 ...
111
votes
7answers
72k views

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 ...
0
votes
1answer
725 views

How to make a web page render LIKE it is running in IEs Compatibility Mode even though it isn't?

I have been pulling my hair out over the past few days with a div in that does not stretch across the entire width of the screen like it should. Works fine in Firefox, but in IE (IE8 to be specific) ...
1
vote
5answers
548 views

CSS/HTML problem in IE - how to fix?

I'm working on this page here: http://noasimon.co.il/ It looks fine in firefox, chrome, opera and IE8 But when I turn on the "compatibility view" in IE8, the menu images go below the text. Another ...
0
votes
1answer
440 views

If I force IE 8's Developer Tools to be “Browser Mode: IE 8” and “Document Mode: IE 7 Standards”, is it now IE 7 or IE 8?

If I serve a page using <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'> using HTML 4.01 strict, and load this page into IE 8, then the IE 8's Developer Tools shows that it is ...
0
votes
3answers
533 views

It seems that “IE=EmulateIE7” will also make “<!--[if lt IE 8]>” be true?

It seems that when the webpage has <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible' /> so that IE 8 will emulate IE 7, then later in the webpage, when there is <!--[if lt IE ...
2
votes
2answers
2k views

IE8 (compatibility mode) won't load my Ajax content

I am working on a jQuery script on http://www.qxl.dk/ and I can't seem to get IE7 (or more accurately, IE8 in IE7 compatibility mode) to load my content. The sidebar box on the right named "QXL ...
1
vote
2answers
2k views

java: how can i set the compatibility mode of a native .exe?

So i have a native executable (both for OS X and Windows) tucked inside a .jar, which is then programatically extracted to a temp location and executed from there. Unfortunately this executable will ...
13
votes
2answers
19k views

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. <meta http-equiv="X-UA-Compatible" ...
0
votes
1answer
1k views

IE 8 Compatibility Mode Causes Form Submit Button to Wrap

The below code does what I want in browsers I check with except IE when using compatibility mode. In compatibility mode the submit (Remove) button wraps to the next line. Can anyone help? It should ...
94
votes
18answers
38k views

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 ...
0
votes
2answers
4k views

Fancybox gets javascript “not implemented” error in IE8 compatibility mode

When doing a modal pop up using jquery.fancybox-1.2.6.js it works on every platform I have tried except IE8 when set to compatibility mode. When the modal tries to display I get a javascript "not ...
3
votes
2answers
664 views

Low-Level C++ App Crashes on Windows Vista/7 Unless Run in XP Compatibility Mode

I have a low-level (like really low-level, it's basically all IOCTL calls and several calls to enumeration APIs) that crashes sporadically on Windows Vista/7 on clients' machines. Unfortunately, I ...
0
votes
1answer
592 views

fixing ASP.NET website that works in IE6, to work in IE8

I need to fix a ASP.NET website that works in IE6, to work in IE8 browser. I added the EmulateIE7 http header to IIS6 as short term fix, but still the pages are not displayed correctly. the web app ...
5
votes
3answers
6k views

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 ...
0
votes
2answers
61 views

Why is a trailing SET inconsistently throwing an error in SQL?

I'm looking at an error from one of our web applications, and it was calling a stored procedure that was responsible for updating a record in the database. This stored procedure has worked for weeks ...
19
votes
7answers
22k views

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

I have an image with this markup <img src="wedding_00.jpg" width="900" height="600" /> And I am using CSS to downsize it to 600px width, like so: img { max-width:600px; height:auto; ...
0
votes
3answers
1k views

Dropdown menu - Jquery problems on IE7

EDIT: The code and examples have been changed, see the progress below. I'm working on a menu that uses Jquery to animate the display of the dropdown/flyout lists. The idea is, to have a menu that ...
0
votes
2answers
284 views

Is it possible to set an application's windows compatibility mode at run-time?

We are using a 3rd party library that sometimes does not work correctly on Win7. WE know how to configure this at installation time, but we'd also like to consider setting it at run time. Is this ...