Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
6answers
23k 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 ...
23
votes
9answers
7k 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 ...
7
votes
1answer
6k 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" ...
6
votes
4answers
6k 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; ...
4
votes
3answers
164 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 ...
3
votes
2answers
495 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 ...
3
votes
2answers
3k 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 ...
2
votes
2answers
920 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
141 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 ...
1
vote
2answers
132 views

What's the difference between 'quirks mode' and 'compatibility mode' in IE?

I thought they were the same thing except I've just found out they are not! Using IE8 I can get the same webpage to display in 3 different ways: Standards mode. The XHTML Strict DOCTYPE is at the ...
1
vote
2answers
167 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: ...
1
vote
1answer
73 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 ...
1
vote
1answer
73 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 ...
1
vote
5answers
294 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
42 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
56 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
61 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 ...
0
votes
1answer
193 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 ...
0
votes
1answer
130 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 ...
0
votes
0answers
97 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 ...
0
votes
0answers
199 views

Convert Touch Event in 4.7 or higher BlackBerry devices

My app supports OS 4.5 and higher and is built using JRE 4.5. In order to avoid the virtual keyboard from appearing on device versiosn 4.7 or higher, I am using the JAD file edit to turn off the ...
0
votes
1answer
372 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 ...
0
votes
1answer
344 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) ...
0
votes
1answer
265 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
333 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 ...
0
votes
2answers
642 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 ...
0
votes
1answer
893 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 ...
0
votes
2answers
2k 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 ...
0
votes
1answer
387 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 ...
0
votes
2answers
57 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 ...
0
votes
3answers
927 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
166 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 ...