Menu
  • HOME
  • TAGS

Applying `css` internet explorer 9 specific css property affects ie10

css,internet-explorer-9,internet-explorer-10

The below should target IE9 only (and not IE10 etc as :root does): @media screen and (min-width:0) and (min-resolution: .001dpcm) { // IE9 CSS .back{visibility:hidden;} } ...

How to “postMessage” to host from within pdf when viewed in IE9 object element

javascript,asp.net-mvc,pdf,internet-explorer-9,itextsharp

Ok, so I have resolved it, with some help of course. I found the key at this stack overflow post. I needed to wait for the object to load before assigning the message handler. Additionally, I needed a global variable in the pdf javascript to be able to post the...

.append JQuery not working in IE

jquery,html,internet-explorer-9,append

Since it is working fine on my IE9, I would suggest appending the whole HTML with one `.append()' method instead of trying to append the table and try to use selector with its id. It sounds like your IE9 is having troubles finding the appended element most likely appended DOM...

Are other browsers affected by browser specific header?

http-headers,internet-explorer-9

No, X-UA-Compatible is an IE-specific header as far as I am aware. Note that chrome=1 is not a flag for the Chrome browser, but for really old versions of IE (think IE6, IE7) to use the Google Chrome Frame add-on, which itself is now obsolete.

Form.onsubmit not working

javascript,internet-explorer-9,console.log

Add this to the top of your JavaScript file if (!window.console) { console = { log: function(){} }; } ...

IE conditional statement displaying div even though the condition says it shouldn't

html5,internet-explorer,internet-explorer-9,html5boilerplate

Since the site opens in IE9 Compat View, I suspect that you are hosting this locally and the page is loading in the Intranet Zone. This will affect the results compared to if you host on the internet. You might (temporarily) uncheck the "Display intranet sites in Compatibility View" setting...

Error - First chance exception occured in webdriver.dll

selenium,xpath,webdriver,internet-explorer-9

try this: //div[contains(@id, 'menuForm')]...

Why does IE[89] convert an array to an object with numeric/string keys?

javascript,internet-explorer-8,internet-explorer-9,extjs4.2

When you look at the original jsonData variable in IE8, it displays like this: This will luckily also detect as NOT an array with Ext.isArray(). So, knowing the data structure, I can do the following: var fixed, items, t, i, transaction; // This fix is here for ie8 and ie9...

How to get style attribute value before IE9 strips it

javascript,css,internet-explorer,internet-explorer-9,inline-styles

Unfortunately, due to the manner in which IE9 implements the CSS Object Model specification, this is not possible. If we take a look at the specification, we can assume the following is what happens (emphasis mine): 6.7.1 Parsing CSS Values To parse a CSS value value for a given property...

select box population function not working in IE 9

javascript,internet-explorer,internet-explorer-9

So the solution is: Add the option THEN add the text and value And finally, use .text select.add(el); el.text = opt; el.value = opt; Glad that worked for you! =)...

Does slip.js not working on IE9?

internet-explorer-9

You might want to try adding the -ms- prefix to the CSS transforms. See pull request #39 in the github repo (https://github.com/pornel/slip/pull/39/files). Basically, it detects IE9 browser: var damnYouIe9 = (window.ActiveXObject && window.addEventListener && !window.atob); And then add a prefix to your transform class names var iePrePrefix = (damnYouIe9 ?...

ASP.NET Web Forms - Button not working inside