Top "Internet-explorer-8" 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.

Working around IE8's broken Object.defineProperty implementation

Consider the following code, using ECMAScript5's Object.defineProperty feature: var sayHi = function(){ alert('hi'); }; var defineProperty = (typeof Object.defineProperty == …

javascript internet-explorer-8 ecmascript-5
font-face doesn't appear to be working in IE8?

I have the following lines in my CSS. @font-face { font-family: Keffeesatz; src: url(/Styles/YanoneKaffeesatz-Light.otf) format("opentype") } @font-face { font-family: …

css internet-explorer-8 font-face opentype
why am I triggering quirks mode in IE8?

I'm working on a page that, when I load into IE8 and view the developers tools it tells me that …

internet-explorer-8 quirks-mode
Detect if script has already loaded or not

It seems that helloworld.js gets loaded multiple times based on the number of times I click #load. I say …

javascript jquery google-chrome internet-explorer-8 getscript
The HTML5 doctype is not triggering standards mode in IE8

i work for a company where all our sites currently use the XHTML 1.0 transitional doctype (yes i know it is …

html internet-explorer-8 doctype ie8-compatibility-mode
When performing post via ajax, Bad Request is returned instead of the JSON result

Javascript jqXHR = $.ajax({ url: $frm.attr("action"), type: "POST", dataType: "json", cache: false, headers: headers, contentType: "application/json;charset=UTF-8", …

jquery ajax internet-explorer-8 jqxhr asp.net-mvc-5.1
Does IE 8 have a limit on number of stylesheets per page?

In an answer about CSS, a user said: Internet Explorer has is said to have a limit of 4096 CSS rules …

css internet-explorer internet-explorer-8
Object doesn't support this property or method EmberJs IE 8 issue

I am getting following error on my IE 8 page (The page is running fine in other browsers). User Agent: Mozilla/4.0 (…

javascript ember.js internet-explorer-8 polyfills ie-compatibility-mode
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 …

c# css internet-explorer-8 webbrowser-control compatibility-mode
How do I inject javascript to a page on IE 8?

Lets suppose that I have the following markup: <div id="placeHolder"></div> and I have a …

javascript internet-explorer-8 mootools