Internet Explorer 11 scrolling bug

5538
5
11-27-2013 05:07 AM
KenDoman
Occasional Contributor II
I noticed what appears to be a bug with Internet Explorer 11 and the current version (3.7) of the JavaScript API. When I'm zooming in with the scroll wheel, the map zooms in. When I'm zooming out with the scroll wheel, the map zooms in. I've tested it on the "Create a map" example, and I get the same strange behavior. 

Until I can find where to report bugs, I thought I'd share my findings here.
0 Kudos
5 Replies
KenDoman
Occasional Contributor II
If you're interested in a workaround until things are fixed, add the following in the head portion of your html document.

[HTML]<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9, IE=10"/>[/HTML]

This will force IE11 to render the application as IE10.
0 Kudos
JohnGravois
Frequent Contributor
as per the documentation here, ie11 has not been certified as a 'supported' browser yet.
0 Kudos
ThomasBoring
New Contributor II
If you're interested in a workaround until things are fixed, add the following in the head portion of your html document.

[HTML]<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9, IE=10"/>[/HTML]

This will force IE11 to render the application as IE10.


That didn't work for me, but this did:

    <meta http-equiv="X-UA-Compatible" content="IE=10, chrome=1" />
0 Kudos
KevinGooss
Occasional Contributor
as per the documentation here, ie11 has not been certified as a 'supported' browser yet.


The link you point to lists "Internet Explorer 7+" under supported browsers.
11 is more (+) than 7 so it would stand to reason that IE11 is supported or the docs are incorrect.
0 Kudos
JohnGravois
Frequent Contributor
hi kevin,
back in 2013, when i wrote that post, the documentation on that page listed "IE7-IE10".  The page was updated when we introduced official support for IE11.
0 Kudos