Top "Internet-explorer-9" questions

Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011.

How to control "Browser mode" in Internet Explorer 9 by commandline

I still haven't been able to find a solution to this problem. We have an application that launches a browser …

browser command-line internet-explorer-9 mode
Issues with jQuery on IE9...

Using IE9 F12 developer tools, I see these errors in the console: SCRIPT438: Object doesn't support property or method 'getElementsByTagName' …

jquery internet-explorer-9 notification-bar
Downloading a file with Watin in IE9

I'm having an issue with automating the process of downloading a file from a website. The website has a Java …

c# internet-explorer-9 watin
IE9, IE8, SVG, VML and doctypes

I'm working on drawing shapes in my ASP.NET web app. In IE9 and other browsers, I'm doing it with …

internet-explorer internet-explorer-8 svg internet-explorer-9 vml
IE9 Compatibility Mode: What version is it simulating?

I'm using the latest IE9, and test my websites in compatibility mode. But what version of IE is this actually …

internet-explorer simulation internet-explorer-9 compatibility
IE9 text rendering issue - tails on letters cut off

I'm running into an issue where - in IE9 standards mode - IE9 renders text in such a way that …

css fonts internet-explorer-9 typography
Passing parameters into a closure for setTimeout

I've run into an issue where my app lives in an iframe and it's being called from an external domain. …

javascript jquery internet-explorer-9 closures document-ready
IE9 throws DOM Exception: INVALID_CHARACTER_ERR (5)

On the script below, IE9 is throwing an error: SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) mootools-1.2.1-core-yc.js, line 118 character 1 …

javascript internet-explorer-9 mootools domexception
IE9 table has random rows which are offset at random columns

I have a page of categories, when the user clicks one, the items under that category are loaded via a …

jquery html-table internet-explorer-9
Does Internet Explorer 9 choke on extra commas at the end of array and object literals?

Modern browsers and environments like Node.js allow you to say {a:1, b:2,} or [1,2,3,]. This has historically been problematic with …

javascript internet-explorer-9