internet-explorer-9 Questions

5

Solved

I am trying to count the number of words in a given string using the following code: var t = document.getElementById('MSO_ContentTable').textContent; if (t == undefined) { var total = document.g...
Clack asked 1/7, 2011 at 5:26

5

Solved

I'm having an issue with automating the process of downloading a file from a website. The website has a Java button, that when clicked, triggers the download of an Excel file. I'm using the most re...
Marius asked 25/5, 2011 at 13:33

1

Solved

I have a very strange issue on ie9 where a div with a max-height (set with calc() and vh) and overflow auto is not scrolling. You can see what is happening by clicking on this image (if the GIF do...
Ehling asked 23/3, 2016 at 10:3

11

Solved

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...
Levator asked 16/6, 2011 at 0:53

3

Solved

With Chrome/Safari and Firefox there's the -webkit-gradient and -moz-linear-gradient properties. How can I do this same sort of thing with IE9?
Ostracoderm asked 10/2, 2011 at 19:26

3

I got a script working on Firefox 5 but not with Internet Explorer 9. When I just open the Internet Explorer Developer Toolbar addon and try the same actions as before - it works. There ...
Lehman asked 31/7, 2011 at 12:10

6

I am experiencing an odd issue in Angular, seemingly only in Internet Explorer 9. If you check the following jsfiddle: http://jsfiddle.net/U3pVM/382/ You can see that the 2 selects are populated,...
Winebibber asked 22/3, 2013 at 17:58

3

Solved

I use successfully a script for web automation from this site: heise web automation I know it is in german, but perhaps someone can help. The important part of the e-plus website: <tr> &...
Beget asked 19/5, 2011 at 22:4

3

Solved

I have developed a mobile app (in asp.net) and I am using a WinForms application with the WebBrowser control to demo it. I my main page I am using a script to hide the address bar: <script typ...
Kettle asked 31/8, 2012 at 13:25

2

Solved

Chrome and FF will silently update to newer versions and I've read that MS did an auto-upgrade for folks on IE6 & 7 to IE8 and from IE8 to 9. Has Microsoft stated whether or not 9 and 10 will b...

8

Solved

What is the equivalent to the Element Object in Internet Explorer 9? if (!Element.prototype.addEventListener) { Element.prototype.addEventListener = function() { .. } } How does it works in I...

1

I am developing an AngularJS application that should run on Firefox and IE 9 and IE 10. I use the latest version of angularjs library (now it is 1.3.15). The serverside is written in Java in JavaEE...

3

Solved

I haven't had any problems in FF or Chrome, but IE9 chucks an error on this method. I thought I would be able to use it, due to it having been shown to be supported here: http://www.quirksmode.org...

3

Solved

Well I'm stumped with this one. As you can see if you view this jsfiddle with Internet Explorer 9, there's a div that expands automatically on hover. No javascript required! Anyway, I checked the c...
Shirleeshirleen asked 12/11, 2012 at 23:21

6

I looked everywhere here and on google - there is no valid command that works for IE9. some how IE9 is missing something. All that I tried worked everywhere else: chrome,safari,mobile device etc......
Lynx asked 20/3, 2013 at 13:21

5

Solved

I'm currently working on a customer website and stumbled on this strange error, given the HTML: <p> </p> <p> <span class="indentLeft"> REDACTED&nbsp...
Costar asked 4/5, 2011 at 10:30

2

Solved

I'm using jQuery Fileupload to upload files. Its not sending headers that I set to the server. Why is the Authorization header missing only in IE but passed in chrome? Here is the code: upload_ph...

18

Solved

When using the IE driver with IE9, occasionally the Click method will only select a button, it wont do the action of the Click(). Note this only happens occasionally, so i don't think it is the cod...
Restful asked 7/4, 2011 at 1:13

8

header("Content-type: text/css"); works in Firefox, Chrome and other, but not in Internet Explorer 9. I am not sure what's up. In Chrome and Firework it shows the style sheet if I open i...
Northerner asked 23/3, 2011 at 23:53

5

Solved

The issue: I've a table with a wrapping div with overflow-y : auto , once the table gets focus, the scroll bar jumps up. How can I prevent this? I experience this behavior in IE9, not in Chrome. ...

3

Solved

UPDATE: I highly recommend not investing any time in XDomainRequest, because it is a terribly poor implementation with many limitations. It basically only really works for GET requests to non-ssl s...
Purposive asked 14/7, 2012 at 20:37

12

Solved

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: { messa...
Groove asked 19/4, 2012 at 15:56

5

Solved

Just wondering given these IE hacks in my bag of tricks "\9" - for IE8 and below. "*" - for IE7 and below. "_" - for IE6. i.e. such as body { border:2px solid blue; border:2px solid ye...
Thigmotaxis asked 11/7, 2011 at 18:4

2

I didn't find a way to debug using source maps in Internet Explorer < 11. Does visual studio support debugging with JavaScript source maps? I'm using Visual Studio 2010 with IE7 and IE8. It do...

2

Solved

I'm seeing mangled URL parameters coming from IE9 desktop clients. The links are sent via email, and all of the mangled URLs come from the plain-text version of the email. I'm almost sure that it...

© 2022 - 2024 — McMap. All rights reserved.