infoWindow does not close in IE

532
2
08-15-2012 06:14 AM
deleted-user-ugCMpXci8bn5
New Contributor III
Hello,
I have an infoWindow containing tabs for each layer in the map.  The infoWindow functions fine in Firefox, but it will not close in IE 9.  Each new click will create a new infoWindow and close the old one, but I cannot close the window with the 'x' in the corner.

I am writing the code in an MVC 3 framework with VS2010.  The first line of the my 'layout' page has the tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

..and I have tried a few different meta tags for IE compatibility including:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
and
<meta http-equiv="X-UA-Compatible" content="IE=7", "IE=9" />

All the other functionality of the infoWindow and the map in general seems to work well in IE.

Any ideas? Thanks , Jason F.
0 Kudos
2 Replies
derekswingley1
Frequent Contributor
I can't reproduce this in IE9 with our samples. Please post code to reproduce what you're describing.
0 Kudos
deleted-user-ugCMpXci8bn5
New Contributor III
OK..It will take me a minute to make a (non0working example..the code is long and written in an MVC format so it will need a bit of restructuring..thanks
0 Kudos