Select to view content in your preferred language

Internet Explorer 9 support?

2295
14
04-04-2011 02:11 PM
DavidMills
Emerging Contributor
Hi,

Does the ArcGIS API for javascript support Internet Explorer 9? I working with version 2.2 of the API, and I'm trying to load a map, center it on a particular extent, and show a shape overlay.

I'm having some trouble getting the map to display correctly in IE9. Attached is the test case I'm using, plus screenshots of the result in IE9 vs all other browsers. Can anyone shed some light on the issue?

Thanks,
Dave
0 Kudos
14 Replies
by Anonymous User
Not applicable
Original User: Underground

Looks like a z-index issue maybe.
0 Kudos
DavidMills
Emerging Contributor
What z-index are you talking about? The test case doesn't touch the map's CSS at all.
0 Kudos
by Anonymous User
Not applicable
Original User: Underground

There have been issues in the past with how IE handles the z positioning of elements.

I'm not familiar with IE9 yet to say if that's what it is, but it looks like you have some sort of placeholder elements that are being displayed on top of the map.  That would be the first thing I'd look at, find out what those are and try to figure out why you're seeing them.
0 Kudos
DavidMills
Emerging Contributor
You're looking at the results of a completely bare-bones test case. Look at the code that I attached to my original post. It has only a two elements in the body, a div for the map container, and the <script> that loads the map.

I can't pare it down to a more basic example than this.
0 Kudos
by Anonymous User
Not applicable
Original User: swingley

I would say IE9 isn't supported yet...it's not listed here:  http://resources.arcgis.com/content/webapis/2.0/system-requirements

Also, v2.2 of the JS API is built on dojo 1.5 which does not list IE9 as a supported browser:  http://dojotoolkit.org/reference-guide/releasenotes/1.5.html

You'll probably have to wait until 2.3 comes out for IE9 support.
0 Kudos
DavidMills
Emerging Contributor
Wow, that's really disappointing, if true. IE9 has been a long time in coming, with plenty of opportunity to test betas, release candidates, and, now, the release version of the browser. Why wouldn't support be available already?

A lack of support for the current release version of Internet Explorer is a serious problem for us, since it's required by many of our large, institutional clients.

I'd love to hear the official word from an ESRI employee. Is IE9 officially not supported? If not, when is a release planned that will support it?
0 Kudos
by Anonymous User
Not applicable
Original User: Kelly

We released a blog post today discussing the status of IE9 support, click here for details.
0 Kudos
DavidMills
Emerging Contributor
Thanks for the information, Kelly. It's unfortunate that IE9 support isn't planned before May, but I'm glad it's on the horizon.

Thanks,
Dave
0 Kudos
by Anonymous User
Not applicable
Original User: mliebster

Thanks for the information, Kelly. It's unfortunate that IE9 support isn't planned before May, but I'm glad it's on the horizon.

Thanks,
Dave


Dave,

Are you also having issues showing a symbol on the map in IE9?


I am also experiencing the same boxes in the upper left corner. What's strange (unless ESRI is using an internal version of the library) is that the samplese are working fine in IE 9 for me.

Thanks
0 Kudos