Questions tagged [internet-explorer-9]

Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011. It is available for Windows Vista SP2 and above, Windows Phone 7.1–7.8, and the Xbox 360. It was replaced by IE10 on Windows 8, Windows Server 2012 and Windows Phone 8.

Internet Explorer 9 supports several CSS 3 properties, embedded ICC v2 or v4 color profiles support via Windows Color System, and has improved JavaScript performance. It also features hardware-accelerated graphics rendering using Direct2D, hardware-accelerated text rendering using DirectWrite, hardware-accelerated video rendering using Media Foundation, imaging support provided by Windows Imaging Component, and high fidelity printing powered by the XPS print pipeline. IE9 also supports the HTML5 video and audio tags and the Web Open Font Format. Microsoft has released IE9 as a major out-of-band version that is not tied to the release schedule of any particular version of Windows, unlike previous versions.

The system requirements for IE9 are Windows 7, Windows Server 2008 R2, Windows Vista Service Pack 2 or Windows Server 2008 SP2 with the Platform Update. Windows XP is not supported. Both 32-bit and 64-bit builds are available.

For more information on developing for IE9, see the Internet Explorer 9 Guide for Developers.

Resources

4410 questions
667
votes
12 answers

Why does JavaScript only work after opening developer tools in IE once?

IE9 Bug - JavaScript only works after opening developer tools once. Our site offers free pdf downloads to users, and it has a simple "enter password to download" function. However, it doesn't work at all in Internet Explorer. You can see for…
James Bruce
  • 6,793
  • 3
  • 15
  • 8
212
votes
7 answers

Does IE9 support console.log, and is it a real function?

In which circumstances is window.console.log defined in Internet Explorer 9? Even when window.console.log is defined, window.console.log.apply and window.console.log.call are undefined. Why is this? [Related question for IE8: What happened to…
mloughran
  • 11,415
  • 7
  • 28
  • 22
196
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é
  • 6,006
  • 3
  • 22
  • 40
191
votes
17 answers

IE9 border-radius and background gradient bleeding

IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for border radius and background gradient? Yes IE9 is to support them both separately, but if you mix the two the gradient…
SigmaBetaTooth
  • 2,084
  • 2
  • 13
  • 8
141
votes
11 answers

Placeholder in IE9

It seems it's a very well known problem but all the solutions I found on Google don't work on my newly downloaded IE9. Which is your favorite way in order to enable the Placeholder property on the input and textarea tags? Optional: I lost a lot of…
chriscatfr
  • 2,592
  • 3
  • 24
  • 32
141
votes
7 answers

Internet Explorer 9, 10 & 11 Event constructor doesn't work

I am creating an event, so use the DOM Event constructor: new Event('change'); This works fine in modern browsers, however in Internet Explorer 9, 10 & 11, it fails with: Object doesn't support this action How can I fix Internet Explorer (ideally…
135
votes
19 answers

Make Adobe fonts work with CSS3 @font-face in IE9

I'm in the process of building a small intranet application and try, with no luck, to use Adobe font I purchased lately. As I was informed, in our case it's not a license violation. I converted the .ttf/.otf versions of font to .woff, .eot and .svg,…
Piotr Szmyd
  • 13,371
  • 6
  • 44
  • 61
127
votes
4 answers

Pass Nothing from Javascript to VBScript in IE9

I have a framework written in VBScript. Inside some function in this framework, a parameter of the function is checked for Nothing in an If statement and then some actions are executed. Code that uses the framework is written in JavaScript. So I…
mixel
  • 25,177
  • 13
  • 126
  • 165
123
votes
12 answers

IE9 jQuery AJAX with CORS returns "Access is denied"

The following works in all browsers except IE (I'm testing in IE 9). jQuery.support.cors = true; ... $.ajax( url + "messages/postMessageReadByPersonEmail", { crossDomain: true, data: { …
Garrett
  • 11,451
  • 19
  • 85
  • 126
120
votes
13 answers

X-Frame-Options Allow-From multiple domains

I have an ASP.NET 4.0 IIS7.5 site which I need secured using the X-Frame-Options header. I also need to enable my site pages to be iframed from my same domain as well as from my facebook app. Currently I have my site configured with a site headed…
user1340663
  • 1,201
  • 2
  • 9
  • 3
114
votes
14 answers

Internet Explorer 9 not rendering table cells properly

My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I'm testing it on IE9 and I'm experiencing a strange problem: in some pages, some tabular data renders incorrectly. The HTML source is correct and all, and the row giving…
fgpx78
  • 1,270
  • 2
  • 10
  • 8
112
votes
10 answers

Gradients in Internet Explorer 9

Does anyone know the vendor prefix for gradients within IE9 or are we still supposed to still be using their proprietry filters? What I've got for the other browsers is: background-image: -moz-linear-gradient(top, #444444, #999999); /* FF3.6…
Sniffer
  • 6,242
  • 10
  • 45
  • 53
101
votes
5 answers

HTML5 doctype putting IE9 into quirks mode?

I'm trying to get IE9 to load my page with IE9 standards... I noticed having puts the damn thing into quirks mode... Which pretty much breaks everything on page... How do I get IE to stick to IE9 Standards?
Abhishek
  • 4,190
  • 11
  • 39
  • 52
88
votes
7 answers

JavaScript: Can I detect IE9 if it's in IE7 or IE8 compatibility mode?

I need to know if the browser that's identifying itself via user agent string as being IE7 or IE8 is really those browsers, or whether it's IE9 in 7 or 8 compatibility mode. From what I can see in the user agent string, an IE9 in IE7 compatibility…
Dee2000
  • 1,641
  • 2
  • 18
  • 21
85
votes
12 answers

Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

I recently upgraded to IE9-beta. Now, In my .Net (3.5) WinForm application I want to use WebBrowser control. So my question is, whether the WebBrowser control will exhibit all properties and functions of IE9? My concern is, I want to render some…
Omkar
  • 2,129
  • 8
  • 33
  • 59
1
2 3
99 100