Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011. It is available for Windows Vista SP2 and above, Windows Phone 7.1–7.8, and the Xbox 360. It was replaced by IE10 on Windows 8, Windows Server 2012 and Windows Phone 8.
1
vote
1answer
32 views
Debugging of IE9-10 crash
I'm a new developer of one site. Previous developer left a lot of trash and unstable code. But the main problem is that when I open this website and try to navigate throught the pages (just try 1-2 ...
-1
votes
0answers
22 views
Internet Explorer 9 Malfunction - Javascript not Working [migrated]
We are having the WEIRDEST of issues in the office today. About a week ago I created a new computer image of a brand new Windows 7 core i3 desktop PC that we were planning to deploy onto 13 other ...
0
votes
3answers
29 views
Add input attribute with jQuery prop no work in IE9
Because I can't add a placeholder attribut at input tag in my server code, so I need to use the jQuery to dynamically add this attribut when DOM is ready. So I write the following code, I tested it ...
0
votes
4answers
37 views
Css @font-face not working in ie9
I managed to use a custom font which works in every browser that deserves to be called "browser". Well as always the cool things do not apply to ie (in this case ie9).
I tried the following:
...
2
votes
1answer
21 views
@font-face - which font file does IE9 load if the font is installed?
When you have a font installed on your system, but the website you're visiting is using google fonts (in this case Muli), does IE9 load up your installed font file, or the one from Google?
In other ...
0
votes
2answers
47 views
Dart HTML5 Drag and Drop in Internet Explorer 9
I'm trying to implement HTML5 Drag and Drop with Dart. To get Drag and Drop working in IE9 with elements other than links and images, I use a workaround (see Internet Explorer 9 Drag and Drop (DnD) ...
1
vote
0answers
11 views
HTML5 Audio ERR_SRC_NOT_SUPPORTED in IE9
I am dynamically serving user created audio using html5 tag.
Works across the board, including IE10, but not with IE9. Definitely have the right doc type tags, its running in IE9 Standards, with the ...
0
votes
0answers
13 views
Iframe do not show in internet explorer
I've an iframe that do not display in internet explorer 9 & 8, i can see it only in firefox and google chrome.
here is my doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
28 views
IE9 email table bug?
I have a banner image in a table (this is email so yes, coding like 1999.) IE9 is showing space around the image despite there being
1) cellpadding="0"
2) cellspacing="0"
3) there is no white space ...
2
votes
2answers
31 views
Bottom border runs away when hovering button with box-shadow in IE9
Bottom border moves down and down again in IE9 when hovering/unhovering the button:
<!DOCTYPE html>
<html>
<head>
<style>
.btn:hover {
box-shadow: 0 0 0 2px ...
0
votes
1answer
19 views
Best solution for text blur + all browser support - fallback ideas?
I need your suggestions.
For a eBook webshop I need to show parts of the text and partial a "pseudo" blured text:
Here is my example link for different tests I did:
...
0
votes
1answer
14 views
JQuery not working in IE 9.0.8, but works with dev tools open
The following works in all browsers except IE 9.0.8. It loads a survey form within div with an ajax request.
$('.tab-content').on('click', '.show_survey_form', function(e) {
e.preventDefault()
...
0
votes
0answers
37 views
No Reload After Facebook Login on IE
I am using the Facebook PHP SDK and Facebook JS SDK to manage authentication in a web app. The flow should go like this: Click FB login button -> launch OAuth dialog -> enter account details into ...
0
votes
0answers
7 views
jquery's getResponseHeader(“Content-Length”) returning 0 on IE9
using latest jquery. I am retrieving an image from the server with an asynchronous request
$.ajax({
url: handlerUrl
}).done(function (data,textStatus,jqXHR/*XMLHttpRequest */) {
...
1
vote
0answers
10 views
Blobs, ArrayBuffers and ArrayBufferViews in Internet Explorer 9?
I'm developing a little web application, which fetches binary image data encapsulated in XML nodes by XHR. My current web application is using ArrayBuffers, ArrayBufferViews and Blobs to generate blob ...
-2
votes
0answers
19 views
Using checkbox to show div area, it works fine on IE8 but on IE9 [closed]
Using checkbox to show div area, it works fine on IE8 but on IE9 it works for the first time when i click the checkbox it show the div and when i uncheck it disappears and the problem is when i go and ...
-2
votes
0answers
40 views
IE9 cross-browser compatibility issue [closed]
During UI design I am stuck with an issue in IE9. I have the below HTML code:
<div>
<ul>
<li rel="#id134">
<a>Joined</a>
</li>
...
-1
votes
2answers
43 views
What is making JS not run on IE9 but ok on Firefox
I'm learning JS and working on simple codes to practice. When testing basic code (one of the simplest examples is below), IE9 doesn't make it run while Firefox does it no problem.
I've followed the ...
-7
votes
3answers
61 views
Why my site doesn't look good on other browsers? [closed]
I'm now developing my site and was considering FireFox as the main testing zone, but while I tested it on Chrome and IE9 the results were different. On Chrome one of the layers doesn't sit in its ...
0
votes
3answers
67 views
jQuery .click() not working in Internet Explorer 9/10
The below is part of a larger project (obviously) and it's working fine in Chrome, Firefox and Opera but the .click() functions aren't being called by IE9 or 10.
jQuery('.current ...
0
votes
0answers
14 views
Cross Browser alignment issue with select object
I have been agonizing over this, the alignment of my third table row is complete messed when viewed either Firefox or Chrome but look exactly as expected in IE9.
I have tried using style (text-align, ...
0
votes
0answers
16 views
Datepicker is causing IE9 to crash onSelect
I'm building out an app in html/jquery, and it determines a set of dates based on a user defined date. So, I figured I'd use the handy jQuery datepicker. Which works great - in Chrome, FF, IE8, and ...
0
votes
0answers
13 views
VBA - How to put a value in a box from a site?
I'm accessing a company's website, in which I log and after I need to populate a field with the date for extracting reports.
I need to insert a date in both fields.
How do I do this via a command in ...
0
votes
1answer
32 views
Backbone.js BasicAuth for IE 9
I am doing BasicAuth with Backbone.js. I have added this js file backbone.basicauth.js in order to be able to use the BasicAuth.
In Chrome, Firefox and Safari the call works fine, first Backbone is ...
0
votes
1answer
30 views
Replicate CSS3 sliding content transitions with jQuery
A project I'm on is happy with the modern code I've developed using CSS3 (below) but want the same effect across two legacy browsers, IE8 (used in my client's office) and IE9. I've tried using the ...
2
votes
1answer
28 views
AngularJS in Internet Explorer 9 no Template Data Displayed
I am using AngularJS in concert with Django, which necessitated changing the interpolation's template tags, which I have changed from Django-esque {{ and }} to ASP or Underscore-ish <% and %>.
...
0
votes
1answer
20 views
Unable to Submit a Form with 4 file upload fields on IE9
I am unable to upload a form with 4 file upload fields on IE9/Win 7.
I am trying to upload 4 files using a multipart form.
It works fine for 1/2/3 files but somehow doesn't work when I am selecting ...
0
votes
1answer
21 views
IE8+IE9 - background-image of body doesn't fully load, there isn't shown
I have a landing page with a a background image of about 880kilobytes in size.
I set the background with this rule:
background: #fff url(bg1.png) no-repeat left top;
Problem is, in IE8 and 9 I ...
0
votes
2answers
30 views
IE9 font issue
I embed Lucida Sans regular font using font face and its working fine on all browsers except ie9. I used fontface something like this:
@font-face {
font-family: 'Lucida-Sans-regular';
src: ...
1
vote
2answers
21 views
Load two sites on startup in IE9
I am using IE9 and I'm trying to load two web pages on startup.
Originally it was loading one but now I need to see 2 different pages, preferably tabs but not necessary, whatever is easier.
Here is ...
2
votes
1answer
92 views
Drop Down Menu is not working in Internet Explorer 9 when I am using it in Fixed Bar
This is working fine In Firefox if I use it in fixed bar or IN GENERAL WAY,
BUT in Internet Explorer it does not works in fixed bar..
here I am putting the code without the fixed bar...please try it ...
0
votes
0answers
12 views
Can't see cookies in IE 9
We have multiple web applications running on different machines, sharing the same second level domain (xxxxxxxx.cz). I need to keep a cookie with logged user Id and session id accessible to all of ...
0
votes
1answer
12 views
HighChart IE9 z-index issue
I have a HTML select above the highchart control. The from and to fields are on top of the dropdown (see image). I've tried setting the z-index of the select and the chart container. Nothing seems to ...
0
votes
0answers
43 views
html textarea, text is hidden until a it moves to a new line
First post and question here so I hope I don't break too many rules or ask a stupid question.
I've got a problem with a textarea tag with Internet Explorer 9. The code is:
<textarea ...
0
votes
1answer
44 views
How to create a working drag and drop to upload view in MVC that works in IE9 without Silverlight dependencies?
I intend to create an ASP.Net MVC form that does the following:
1) Allows the user to drag a file from windows explorer into IE9
2) Once dropped in IE9, the file will then upload
3) The solution ...
0
votes
0answers
37 views
html ordered listing shows 0
I am creating an ordered list here the elements are added dynamically. I am using the jquery ui stuffs to make the li sortable and draggable. The issue is in IE9, all the li shows 0. When I click or ...
0
votes
1answer
48 views
Image loading failing in IE9+10
Ok so for a site that is heavily graphic based I had to come up with a way for the user not to watch each image load in one by one. So I developed the following code as a sort of preloader until all ...
1
vote
1answer
45 views
embedded font on website won't display in IE or Chrome
I have the following font setup in the CSS for a wordpress based site I'm building and the fonts display fine in FF, but not at all in IE(9) or Chrome(latest).
/* =Typography
...
0
votes
0answers
14 views
Bootstrap:Does mediaquries work differently for Firefox, opera and IE9?
When the media-query is set for a max-width of 767px, chrome, safari and IE10 seem to obey the rule but the changes are applied at 750px for firefox, opera and IE9. Has anybody else experienced the ...
-1
votes
0answers
9 views
Cocos2d HTML5 : AudioEngine.playEffect does not play properly on IE9
I am playing sound effects in my game using Audio Engine. But they are not working properly on IE9. Sounds get truncated. Same code is working on Chrome,Safari,Opera and Firefox.
0
votes
0answers
32 views
GWT RIA performance in IE8
We've got an application on GWT 2.5.0 + GXT 3.0.4 with one main page, containing a big table (like Excel) and a couple of heavy popups (implemented using GXT Windows).
It works reasonably good at ...
0
votes
0answers
14 views
Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking
I have a radgrid which have 3 detail tables in same level.
It works fine with IE 9, but when I changed to compatibility mode all 3 detail tables shows up at the same place, text stacking over. And ...
1
vote
2answers
43 views
Ajax call is not working in Internet Explorer9 and Internet Explorer10
i used this function to display item page using ajax. it is working fine on Chrome.but not in internet explorer.
<script type="text/javascript">
function grabInfo(str)
{
if ...
0
votes
0answers
75 views
Iframe issues on IE9 and IE10
i am developing an application using Html+css +.net and our clients accessing our application using Iframe. i have implemented Single sign on functionality in my application. so they user can directly ...
0
votes
0answers
10 views
Watching variables from iframe in IE9 Developer tools
In Internet Explorer 9, a page containing javascript is running within an iframe.
I want to add a watch to a variable in the iframe's global (window) context.
In the Developer Tools, under the ...
0
votes
1answer
74 views
AWS S3 cross-origin request failed on ie9
I'm trying to make a web font and have it deployed on AWS S3.
Works fine in all browsers except IE9 where it says the cross-origin request failed when trying to load the woff file.
I've read lots ...
0
votes
0answers
69 views
jQuery/AJAX: Code works in Chrome but not IE
I'm working on a validation form, I'm sending the data from the html fields with JS pulling the validation with a php document and sending it back via AJAX, it works pretty fine in Chrome but not ...
0
votes
0answers
12 views
HTML5-Video: create video dynamically in IE9
I need to dynamically add a video-tag to my page using javascript. This is the way I'm doing it right now:
var $video = $('<video autoplay poster="'+posterImg+'"></video>'),
sources = ...
1
vote
1answer
38 views
Image tag stripped out of a div in IE9
So in IE9 everything shows up pretty good on our site except for a callout in the right sidebar. The code is supposed to look like this
<div class="live-chat-wrap">
<center>
<div ...
-1
votes
2answers
57 views
Error with javascript in form submission in IE8 and IE9 [closed]
I am working with some old code that was passed over to me and I was asked to put it on the web. The piece causing an issue is a form that is supposed to take a user's name that they enter and ...





