Tagged Questions

Windows Internet Explorer 8 is a web browser developed by Microsoft, released on 19 March 2009 for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

learn more… | top users | synonyms (4)

190
votes
43answers
159k views

Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine

Like everyone else ;), I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some great tools for developer, which I'd like to use. I'd also like to start ...
62
votes
14answers
127k views

What do I need to do to get Internet Explorer 8 to accept a self signed certificate?

We use self signed certificates on our intranet. What do I need to do to get Internet Explorer 8 to accept them without showing an error message to the user? What we did for Internet Explorer 7 ...
58
votes
7answers
15k views

$.getJSON returning cached data in IE8

Hey all, I'm playing around with ASP.net MVC and JQuery at the moment. I've come across behavour which doesn't seem to make sense. I'm calling JQuery's $.getJSON function to populate some div's. ...
55
votes
9answers
28k views

What happened to console.log in IE8?

According to this post it was in the beta, but it's not in the release?
50
votes
12answers
107k views

Does Internet Explorer 8 support HTML 5? [closed]

Is there any HTML5 support in IE8? Is it on the IE8 roadmap?
44
votes
6answers
16k views

Internet Explorer 8 Developer Tools not displaying

Within the last day, in Internet Explorer 8, the developer tools window will not show up. When I hit F12 or use menu Tools -> Developer Tools I get the Developer Tools entry in the Task Bar but the ...
35
votes
8answers
32k views

Force IE8 Into IE7 Compatiblity Mode

Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?
32
votes
12answers
56k views

Using “margin: 0 auto;” in Internet Explorer 8

I'm in the process of doing some advance IE8 testing, and it seems that the old technique of using "margin: 0 auto;" doesn't work in all cases in IE8. The following piece of HTML gives a centered ...
28
votes
3answers
40k views

Dependency Walker reports IESHIMS.DLL and WER.DLL missing?

On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that: IESHIMS.DLL and WER.DLL can't be found. Do I need these DLL's? ...
28
votes
14answers
21k views

IE 8 Developer Tools not working In Windows?

I am using Internet Explorer 8, not by choice. I need to debug a script in it. However, no matter how many times I click the Developer Tools Icon, under Tools or click F12 it will not show up. ...
27
votes
20answers
84k views

Problem with jQuery in Internet Explorer 8

I am trying to get my jQuery functions to work on IE8. I am loading the library from google's servers (http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js). The $(function(){}) is never ...
27
votes
6answers
5k views

How do you feel about including ie7.js or ie8.js in your page?

See here: http://code.google.com/p/ie7-js/ Does anyone have any experience or remarks about this javascript? Is it worth including? Do you recommend it?
26
votes
4answers
26k views

Why can't I debug from Visual Studio 2005 after installing IE8?

I've just installed IE8 (final) and restarted. I can no longer debug Web Application Projects using Visual Studio 2005 on Windows Server 2003 Enterprise R2. I get the message "Internet Explorer cannot ...
24
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 ...
24
votes
10answers
27k views

Need a good Internet Explorer 6, 7, 8 standalone [closed]

Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine I need recommendations on a good Internet Explorer standalone for Internet ...
24
votes
11answers
29k views

ie8 var w= window.open() - “Message: Invalid argument.”

I have a site that has an IE8-only problem: The code is: var w = window.open(urlstring, wname, wfeatures, 'false'); The error is: Message: Invalid argument. Line: 419 Char: 5 Code: 0 ...
23
votes
5answers
7k views

IE8 XSS filter: what does it really do?

Internet Explorer 8 has a new security feature, an XSS filter that tries to intercept cross-site scripting attempts. It's described this way: The XSS Filter, a feature new to Internet Explorer ...
22
votes
5answers
5k views

IE8 and JQuery's trim()

I am making use of trim() like so: if($('#group_field').val().trim()!=''){ Where group_field is an input element of type text. This works in Firefox but when I try it on IE8 it gives me this error: ...
22
votes
8answers
11k views

'console' is undefined error for internet explorer

I'm using firebug and have some statements like: console.log("..."); in my page. In IE8 (probably earlier versions too) I get script errors saying 'console' is undefined. I tried putting this at ...
22
votes
11answers
22k views

Internet Explorer 8 and Internet Explorer 6 side by side [closed]

Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine Is there a way to have Internet Explorer 8 and Internet Explorer 6 side by ...
21
votes
6answers
30k views

IE8 overflow:auto with max-height

I have an element which may contain very big amounts of data, but I don't want it to ruin the page layout, so I set max-height: 100px and overflow:auto, hoping for scrollbars to appear when the ...
20
votes
3answers
6k views

Force IE8 *not* to use Compatibility View

Just updated my site to newer, much more standards compliant design. My previous design was so rubbish that I had to use the IE=EmulateIE tag to force IE7 emulation. Unfortunately, I believe that ...
20
votes
6answers
19k views

How can I use the HTML5 canvas element in IE?

I am trying to use the HTML5 canvas element to draw some arcs and circles - this works perfectly in FF but IE8 does not seem to support it. Now, there exist Javascript libraries which seem to make ...
19
votes
3answers
3k views

Why doesn't indexOf work on an array IE8?

The below function works fine on opera, firefox and chrome. However in IE8 it fails on if ( allowed.indexOf(ext[1]) == -1) part. Does anyone know why? Is there any obvious mistake? function ...
18
votes
1answer
4k views

IE8 browser mode vs document mode

Can someone please explain the difference between IE8 browser mode and document mode in simple terms? What causes the browser mode to change? What causes the document mode to change? If a user ...
18
votes
7answers
25k views

Can't display PDF from HTTPS in IE 8 (on 64-bit Vista)

I have a home-grown HTTPS server that serves up simple files (it's embedded within my app). It works great -- been using it forever. Recently added SSL support -- Chrome, FireFox and IE all like it ...
17
votes
13answers
7k views

If IE8 is installed, what is the best way to test IE6 and IE7 compatibility?

if IE 8 is installed "by accident" (by the Windows Update program), now the machine has IE 8. Does that mean it is safest to run 2 Virtual PCs, one with IE 6, and one with IE 7 to test our web app?
16
votes
8answers
14k views

Force “Internet Explorer 8” browser mode in intranet

There are "Internet Explorer 8", "Internet Explorer 8 Compatibility Mode", and IE7 mode in IE8. However, the default setting in IE make all intranet website use "IE8 Compatibility Mode" even I have ...
16
votes
7answers
11k views

IE8: Disable cleartype?

For IE7, it's possible to add filter: none; to the body css to disable cleartype on fonts through CSS. I don't like the fuzzy look it gives, and it isn't really consistent across browsers. IE; ...
16
votes
7answers
23k views

Why will this div/img not center in IE8?

I have a very simple holding page I built centering a div, anchor and image. For some reason it will not center in IE8 (either mode), and I am hoping someone can tell me why. I haven't had a chance ...
16
votes
3answers
12k views

How to avoid ie8 compatibility button?

In IE8, the Microsoft introduced a new mode called compatibility mode which would render the page like IE7. You can see this button next to address bar in stackoverflow.com. But when you access ...
14
votes
6answers
26k views

Opacity CSS not working in IE8

I'm using CSS to indicate the trigger text for a jQuery slide-down section: i.e. when you hover over the trigger text the cursor changes to a pointer and the opacity of the trigger text is reduced to ...
14
votes
6answers
7k views

Mouseover/hover effect slow on IE8

I have noticed a weird performance thing in IE8 when using mouseover events on a table with many rows (100 in this example). I have tried a lot of different approaches but I can't seem to find any way ...
13
votes
3answers
679 views

javascript is not working in ie8

I have used a fb script to increase a size of canvas. Here is the code.. <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function () { ...
13
votes
5answers
12k views

Detect IE8 Compatibility Mode

We have not had time to fully test IE8 with our fairly extensive system. We are also reaching the point at which we can't prohibit the use of IE8. Our users are stubborn and not terribly ...
13
votes
3answers
10k views

IE8 native JSON.parse bug causes stack overflow

TL;DR: Adding any non-built-in functions to Array.prototype AND Function.prototype will cause the IE8 native JSON parser to get a stack overflow when parsing any JSON that contains an array, but only ...
13
votes
4answers
22k views

jQuery round corner code for IE8 in standards mode?

I need a solution for round corners using javascript with or without jQuery in IE8 standards mode.
13
votes
7answers
11k views

How to force IE to reload javascript?

I'm using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit Ctrl+F5 to have it reload my javascript. Is there any way to make it automatically reload ...
13
votes
7answers
19k views

Background colour of a PNG in IE8

I have the following logo, which displays as the same background colour as the HTML body in FF3, Chrome (#363636): Logo But in IE8 it displays a different, darker colour. Is this FF3/Chrome ...
12
votes
7answers
389 views

Dialog Click listener not triggering in IE8 or Firefox with jQuery

I have this click listener and for some reason it's not triggering in IE8 or Firefox: console.log("listener attached"); jQuery(".ui-button-text").click(function() { console.log("this should ...
12
votes
1answer
1k views

Mediaelement volume control is invisible on IE8

When using mediaelement.js on http://hanselminutes.com, the volume button is invisible on IE8. It seems that perhaps it's being covered up by the other audio controls being too wide? Oddly, if you ...
12
votes
4answers
9k views

How can I programmaticaly disable IE compatibility mode?

I have been stuck on this one for a while - I couldn't figure out why a website renders differently in two identical versions of Internet Explorer. Half an hour ago I came across a compatibility mode ...
12
votes
3answers
2k views

How to test in IE with Linux

Normally I have two computers to work on - my development machine, running Ubuntu, and a testing machine that has Windows. The testing machine is in surgery, and I need to be able to test in IE8. ...
12
votes
12answers
11k views

Input boxes with transparent background are not clickable in IE8

I have an absolutely positioned input box in a form. The input box has transparent background: .form-page input[type="text"] { border: none; background-color: transparent; /* ...
12
votes
9answers
929 views

Can I get away with testing sites using IE8 with IE7 compatibility on?

As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I don't want to upgrade to ...
11
votes
2answers
96 views

IE8 `window.fn !== fn`

Can someone explain this? IE8 ( function(){ window.foo = function foo(){}; console.log( window.foo === foo ); // false }() );
11
votes
3answers
319 views

Why does this HTML crash IE?

I have a page that causes IE 8 to crash. I've dumbed it all the way down to just the html/javascript that causes the crash. I know I'm going to have to do something different for displaying the page ...
11
votes
2answers
2k views

Jquery 1.6.2 Crashes IE8 Tabs

Hello fellow developers, I am a little stumped on this one as I have been using JQuery 1.6.2 with no issues until three days ago. (There was a service pack update at some point around this time) ...
11
votes
2answers
334 views

Under What Circumstances Would Javascript Performance be Worse in IE8 than IE7?

I work for a company that built interactive seating charts using Javascript. Here's an example: http://seatgeek.com/event/show/457624/miami-dolphins-at-new-york-jets-2010-12-12/. In many ways they ...
11
votes
2answers
2k views

Table cell loses border when css gradient filter is applied in IE8

I found the css border on the table cell is lost when applying css gradient filter at the same time. It seems that the gradient effect overrides the border. Is it a browser bug or am I missing ...

1 2 3 4 5 62