vote up 5 vote down star

As we all know supporting IE6 with its many well documented quirks is painful but a necessary part of development and supporting with web based technologies. My question is “does anyone know when IE6 is scheduled for end of official Microsoft support (or retirement) or if Microsoft will force an update to IE7 or IE8”?

flag

1  
Not until an operating system other than Windows XP becomes the de facto OS for businesses. – Jeremy Frey Jul 6 at 12:38
How does the cease of official support from Microsoft affect your need to test against or build for IE6? You'll have to do it until the last paying customer stops to use it. Besides - there is no IE7 for Windows 2000, and still people use Windows 2000. Upgrades to XP will not be forced, I guess. – Tomalak Jul 6 at 12:39
@Tomalak I work for a government organisation but couldn't find any official information on when it will no longer be supported. – Kane Jul 6 at 12:41
Probably not until 2022, when HTML5 is ready. (As this article states: webmonkey.com/blog/…) – Arjan Einbu Jul 6 at 12:58

closed as not programming related by Neil Butterworth, Gulzar, Welbog, Mark Ingram, skaffman Jul 6 at 12:51

3 Answers

vote up 6 vote down check

See Microsoft's chart:

http://support.microsoft.com/gp/lifesupsps/#Internet_Explorer

link|flag
Cool, so sometime around 13-Jul-2010 for computers running Windows XP Service Pack 2 or 3 – Kane Jul 6 at 12:40
I also found this link (blogs.msdn.com/sharepoint/archive/…) within another Stack Overlfow answer. – Kane Jul 6 at 12:43
vote up 2 vote down

Personally I don't support IE6 anymore on websites that I built. Not completely anyway. If you build a website in a sensible way (i.e. use a CSS reset stylesheet, don't futz with margings and paddings on floated containers) then things mostly work on IE6. The content is presentable and usable and otherwise degrades in a reasonable way. I'm done with spending hours on minor style fixes, using AlphaImageLoader hacks on PNG's and other dirty tricks.

The only trick I will employ for IE6 when things really break down is to include an override to simply remove most styles.

In short, I treat IE6 like any other legacy browser. You can access the contents and it's usable. Doing anything more isn't feasible anymore. It takes an extraordinary amount of work for only a little bit of market share (15% and plummeting).

link|flag
vote up 1 vote down

When YOU stop developing for IE6. I suggest you start TODAY!

link|flag
Sorry but I work for a government department, and me nor any of my team have any authority on which browser is part of the standard operating system, so I can't stop developing for IE6. – Kane Jul 6 at 12:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.