Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 9

Bgiframe Plugin Causes Error In Ie9

The uiquery plugin bgiframe (version 2.1.1) causes the following java script error in Internet Expl… Read more Bgiframe Plugin Causes Error In Ie9

Invalid Character Dom Exception In Ie9

The following piece of JS which used to work in IE8 is failing now in IE9. document.createElement(… Read more Invalid Character Dom Exception In Ie9

I Get The Error Script1003: Expected ':' In Ie 11; (java Script Code Error)

This particular snippet of JS code does not work on IE 11. I get the error SCRIPT1003: Expected &#… Read more I Get The Error Script1003: Expected ':' In Ie 11; (java Script Code Error)

External Interface Calls To Flash Not Working In Ie9

We have a flash game embedded in a web page (using SWFObject v2.2) and there are some links on the … Read more External Interface Calls To Flash Not Working In Ie9

Mapbox Markers From Geojson Not Appearing In Ie9

I have a map that is loading markers from a local geoJSON file. This works fine in all browsers I h… Read more Mapbox Markers From Geojson Not Appearing In Ie9

On Ie9, Win 7 Window.open() Returns Null Instead Of Reference Of The Opened Window

I am trying something like below, var myWindow = null; if(!myWindow || myWindow.closed) { myWin… Read more On Ie9, Win 7 Window.open() Returns Null Instead Of Reference Of The Opened Window

Internet Explorer Weirdness - Function Item() { [native Code] } - What Does It Do?

See image: Similar question on Microsoft website: http://connect.microsoft.com/IE/feedback/details… Read more Internet Explorer Weirdness - Function Item() { [native Code] } - What Does It Do?

Ie9 Javascript Error Script575 - C00c023f - Prototype File

I am having the same problem, but in the console of the F12 of IE9, it says: SCRIPT575: Could not c… Read more Ie9 Javascript Error Script575 - C00c023f - Prototype File

Oninput In Ie9 Doesn't Fire When We Hit Backspace / Del / Do Cut

What's the cleanest solution we use to overcome the problem that IE9 doesn't fire the input… Read more Oninput In Ie9 Doesn't Fire When We Hit Backspace / Del / Do Cut

Internet Explorer 9 Object Detection

I am searching for an object detection capability check which will identify IE9. Can you help me? S… Read more Internet Explorer 9 Object Detection

SCRIPT438: Object Doesn't Support Property Or Method 'keys' For IE

I found strange for the following code: var allextRules = Ext.util.CSS.getRules(); Object.keys(all… Read more SCRIPT438: Object Doesn't Support Property Or Method 'keys' For IE