Tagged Questions
Windows Internet Explorer 9 (abbreviated as IE9) is the current version of the Internet Explorer web browser from Microsoft.
58
votes
8answers
14k views
IE9 Border-radius and Background Gradient Bleeding
I've seen a lot of info about being able to use rounded corners in ie9 using the CSS3 standard definition of border-radius. Kudos to ie9 for joining the party :) but lets not get to excited.
What ...
42
votes
2answers
1k views
Stupefyingly weird IE 9 Javascript bug: Altering doc title makes subsequent code execute
I don't understand this at all. Here is some Javascript code that works in every browser but IE 9. It is called from a Flash movie using ExternalInterface, and is meant to dynamically resize the movie ...
36
votes
6answers
24k views
Why does IE9 switch to compatibility mode on my website?
I have just installed IE9 beta and on a specific site I created (HTML5) IE9 jumps to compatibility mode unless I manually tell it not to. I have tried removing several parts of the website but no ...
26
votes
8answers
1k views
Application that uses WebBrowser control crashes after installing IE9
I've installed IE 9 last week and since, my c# .net application crashes about 20% of times. The debugger is unable to show something useful besides stopping at Program.cs Application.Run(new ...
23
votes
10answers
19k views
Gradients in Internet Explorer 9
Does anyone know the vendor prefix for gradients within IE9 or are we still supposed to still be using their proprietry filters?
What I've got for the other browsers is:
background-image: ...
16
votes
2answers
2k views
IE9: Why setting “-ms-transform” works from css, but not with jquery.css()
This works
div{
-ms-transform: rotate(30deg);
}
And following does not
$("div").css("-ms-transform","rotate(30deg)");
Any ideas why, and how to fix it?
Same thing works good on all other ...
16
votes
2answers
5k views
Will IE9 support conditional comments?
I thought I remembered reading somewhere that IE9 would not be supporting them, but now after searching I can't find any indication that this is true.
Is anyone aware of a definitive statement, ...
13
votes
6answers
3k views
IE 9 does not use sub-pixel antialiasing under certain conditions
[Original title: IE 9 text renders very poorly; is there a workaround?)
IE 9 is rendering the text in my application very poorly. The problem is not in my monitor's Clear Type settings, since IE 9 ...
13
votes
8answers
2k views
IE9 letter-spacing problem
I have a page that renders ok, in FF (3x, 4x), Chrome, IE (6, 7, 8).
When tested on IE9 the texts are wider.
Investigating the problem it appears that the text is actually rendered whith letters ...
12
votes
7answers
4k views
Issue with box-shadow on IE9
I'm having a frustrating issue with IE9 and it's box shadow implementation.
I'm trying to simulate a floating modal box type thing.
Here's a summary of the code I'm using which can duplicate the ...
12
votes
7answers
2k views
Ordered list showing all zeros in IE9
I have an <ol> (ordered list) and in FF, Safari, Chrome it is rendered correctly. However in IE9 it is showing all zeros. It is not a spacing/padding issue because I am able to see the zeros. ...
12
votes
2answers
5k views
Does IE9 support console.log, and is it a real function?
In which circumstances is window.console.log defined in Internet Explorer 9?
Even when window.console.log is defined, window.console.log.apply and window.console.log.call are undefined. Why is this?
...
12
votes
2answers
6k views
Where does IE9 look for the new large favicons?
IE9 has the concept of pinning a particular website to the Windows7 task bar. For certain sites (such as Facebook), it will then display an extra large favicon in the task bar, and also next to the ...
11
votes
3answers
237 views
IE9, Downloads, Closing the popup
So, in my application the user can export their work to excel.
It works by opening a popup window (window.open(...)) which the parent then writes the data to a form, then posts the form back to the ...
11
votes
2answers
350 views
Why font looks much better in IE9?
I use font-family: Myriad; font-size: 40px for some text. And, I can't believe what I see, IE shows the most quality font! Much better than opera, mozilla and chrome.
How can it be? How can I make ...
11
votes
3answers
9k views
ie9 border radius
I have the following which works in Firefox, Chrome and Safari. But not in IE9. It's applying rounded corners to the top left and right of a td. What am I missing?
border-left: solid 1px #444f82;
...
10
votes
1answer
273 views
Internet Explorer 9 (and 10) are rendering my rounded corners backwards
Basically what it does is render the top-right and bottom-right corners round instead of the correct top+bottom-left corners.
Here's the css:
.formlabel, .formlabel2, .formhead{
width:200px;
...
10
votes
1answer
519 views
ie9 hangs when streaming file to browser
I use the following to stream a file (usually Excel or PDF) to the browser. It operates by setting the location of a hidden iFrame to a download handler which contains the code.
t works fine in ...
10
votes
3answers
3k views
Make Adobe fonts work with CSS3 @font-face in IE9
I'm in the process of building a small intranet application and try, with no luck, to use Adobe font I purchased lately. As I was informed, in our case it's not a license violation.
I converted the ...
10
votes
2answers
4k views
Javascript code in iframes in IE9 not working
I've a very complete site in ASP.NET wich uses iframes. I'm working to change an old control we'd been using to show dialogs to use jQuery UI dialogs. I'm also making sure everything works well in ...
10
votes
2answers
524 views
How to center SVG text vertically in IE9
In order to align text vertically in SVG one has to use the dominant-baseline attribute.
This has already been discussed on SO (Aligning text in SVG) and is part of the specification.
My problem is ...
10
votes
1answer
6k views
CSS3 transform: rotate; in IE9
I have an element that needs to be vertical in a design I have done. I have got the css for this to work in all browsers except IE9. I used the filter for IE7 & IE8:
...
10
votes
7answers
5k views
Is the new IE9 a standalone browser
Anyone that has installed the new IE9 know if I can keep IE8 installed? I do a lot of web testing and don't want to update to IE9 if I loose IE8.
9
votes
4answers
410 views
IE9 throws exceptions when loading scripts in iframe. Why?
Precondition:
I have an aspx-page with iframe inside. This iframe points to the url handled by MVC on the same site (it's hybrid site, both standard ASP.NET and ASP.NET MVC). The resulting page ...
9
votes
5answers
1k views
Cons of using Internet Explorer's Compatibility Mode
What are cons of force a web site viewed in IE to compatible mode? Say we force IE9 to IE8 compatiblity mode?
Performance drawbacks
Can't use any new IE9 specific features like HTML5/CSS3/SVG
...
9
votes
2answers
9k views
JavaScript: Can I detect IE9 if it's in IE7 or IE8 compatibility mode?
I need to know if the browser that's identifying itself via user agent string as being IE7 or IE8 is really those browsers, or whether it's IE9 in 7 or 8 compatibility mode.
From what I can see in ...
9
votes
8answers
7k views
Selenium 2.0b3 IE WebDriver, Click not firing
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 code ...
9
votes
3answers
6k views
Magento sites in IE9, prototype bugs
Internet Explorer 9 was released today, and I decided to check a few Magento sites we build in the last couple of months to see if everything continues to work with the new version.
But unfortunately ...
9
votes
2answers
3k views
Which border radius property will work in IE9?
In IE9, which border radius property will work?
border-radius:20px
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius:20px or ms-border-radius:20px
8
votes
1answer
236 views
Most sophisticated CSS rendering bug of all time (IE9)
Take a look at this in IE9:
http://jsfiddle.net/dalgard/n6PDB/show/
screen dump:
Read these comments:
/*
* IE9: Upon moving the mouse a ghostly 1px vertical line appears 53px into the
* blue ...
8
votes
1answer
147 views
IE9 loses requests to a local Catalyst server
Okay, this is a hard one. I have a Catalyst server I can access just fine from Firefox 4, Chromium 12, and IE 8 and 9 on other computers. When I try to access it from IE9 on my own machine (the same ...
8
votes
5answers
4k views
Jquery not working in IE9 RC
I have just upgraded to IE9 RC (which i must add isnt too bad an attempt by microsoft, so far, they still have time to mess it up! Please dont comment below on how wonderful/rubbish you think it is, I ...
8
votes
4answers
1k views
Border-radius bug on <a> in IE9
Seeing that <div> elements render border/border-radius correctly, but any <a> or <button> that has a background, border and border-radius set shows the background color or image as a ...
8
votes
4answers
6k views
Regarding IE9 WebBrowser control
I recently upgraded to IE9-beta. Now, In my .net(3.5) WinForm application I want to use WebBrowser control. So my question is, whether the webbrowser control will exhibit all properties and functions ...
8
votes
3answers
2k views
How long an URL can Internet Explorer 9 take?
Past versions of Internet Explorer croaked on web addresses longer than 2,083 characters (see http://support.microsoft.com/kb/208427). Meanwhile, Firefox, Opera, and Safari can handle at least 80,000.
...
8
votes
10answers
11k views
7
votes
2answers
176 views
Strange “getter” behaviour in IE9 when accessing property of `Number.prototype` from a number literal
Object.defineProperty(Number.prototype, 'foo', {
get: function () { return this }
})
console.log(10.5.foo)
console.log(10..foo) // 0 in IE9!
console.log(10.0.foo) // 0 in IE9!
...
7
votes
5answers
727 views
Problems with IE9 javascript eval()
Is there any reason for which
eval("(function(x){return x*x;})")
doesn't return a function with IE9?
7
votes
2answers
571 views
IE9 JavaScript array initialization bug
Apparently JS implementation in IE9 contains (IMO, critical) bug in handling array literals.
In IE9 in some cases this code:
var a = [1,2,3,4,];
will create array of length 5 with last element ...
7
votes
2answers
5k views
Disable Cleartype (text anti-aliasing) in IE9
It's well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing and ClearType are disabled in Windows, IE still shows ...
7
votes
4answers
6k views
IE9 blocks download of cross-origin web font
This is driving me crazy.
Just testing a site on IE9 and discovered that the 'live' version is rendering a web font I am using smaller than on the dev version.
Here is a selection of screen grabs: ...
7
votes
3answers
3k views
Internet Explorer 9 VHD
When trying to test across multiple versions of Internet Explorer (6, 7, 8) I have in the past used the Virtual PC Console and mounted VHDs available from Microsoft. I am running Windows Server 2003.
...
6
votes
2answers
94 views
Parent div drop-shadow bug when children is animated with jQuery in Internet Explorer 9
When a parent div has a css drop-shadow applied, and its children is animated with jQuery so that the parent div changes height, strange lines below the parent div appear when viewing the page in IE9. ...
6
votes
1answer
287 views
IE9 renders a white line in the bottom of the page
I recently noticed in several webpages, and some of my own, that when they are displayed in Internet Explorer 9, when its not on Quirks Mode, it renders a white line, about 1px, in the bottom of the ...
6
votes
2answers
1k views
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)
{
myWindow = window.open(url, windowId);
}
else
{
myWindow.focus();
}
All browsers return the ...
6
votes
4answers
1k views
Error in Internet Explorer 9 (not earlier versions or other browsers) when including jQuery in an iframe
Basically I have a page that launched a fancybox iframe. In that iframe I also include jQuery. But when I testing it in Internet Explorer 9 it gives me the error
Line: 68\n Error: ...
6
votes
2answers
500 views
Memory leaks with jQuery in IE 7/8/9 and FF 4
I have been struggling with some memory leaks using jQuery in all major browsers, and am looking for some help. I've read many articles on memory leaks, references, circular references, closures, ...
6
votes
4answers
2k views
Internet Explorer 9 tables rendering casual problem
My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I'm testing it on IE9 and I'm experiencing a strange problem: in some pages, some tabular data renders incorrectly.
The ...
6
votes
1answer
706 views
IE 9 Checkbox Sizing!
IE9 render checkboxes all stretched and ALL other browsers keep the size of the checkbox but expand a click able invisible area.
Can this behavior be disabled in IE9, via css, without changing the ...
6
votes
1answer
765 views
HTML: ie9 standards mode print TFOOT on every page
Tables in HTML can have "footers":
<TABLE>
<THEAD><TR><TD>Your header goes here</TD></TR></THEAD>
<TFOOT><TR><TD>Your footer goes ...