<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic graphics layers not displayed in IE8 (and lower) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346155#M31936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a web application that seems to work fine in current era browsers, but when testing it in Internet Explorer 8 (IE8, IE7 and IE6) my graphics layers are not displayed - I have graphics for highlighted items from search for instance, and a rectangle box that I want drawn. These are on top separate layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips on how I can make these display?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 09:44:20 GMT</pubDate>
    <dc:creator>HugoAhlenius</dc:creator>
    <dc:date>2012-10-11T09:44:20Z</dc:date>
    <item>
      <title>graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346155#M31936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a web application that seems to work fine in current era browsers, but when testing it in Internet Explorer 8 (IE8, IE7 and IE6) my graphics layers are not displayed - I have graphics for highlighted items from search for instance, and a rectangle box that I want drawn. These are on top separate layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips on how I can make these display?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 09:44:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346155#M31936</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2012-10-11T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346156#M31937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;I have a web application that seems to work fine in current era browsers, but when testing it in Internet Explorer 8 (IE8, IE7 and IE6) my graphics layers are not displayed - I have graphics for highlighted items from search for instance, and a rectangle box that I want drawn. These are on top separate layers.&lt;BR /&gt;&lt;BR /&gt;Any tips on how I can make these display?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IE uses VML, and does not support SVG.&amp;nbsp; Are you manually setting your renderer? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please post your code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 11:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346156#M31937</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-10-11T11:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346157#M31938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try to tweak the page compatibility settings in IE? Hit F12 to bring up the dev toolbar and try to change the compat mode. If you find a mode that works you can use a tag like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in your browser page to force IE down.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346157#M31938</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-10-11T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346158#M31939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;IE uses VML, and does not support SVG.&amp;nbsp; Are you manually setting your renderer? &lt;BR /&gt;Please post your code.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff, I am not setting the render manually - I assumed the api/dojo would do that automatically, is that not the case? The map works fine in IE9.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin - I have tried IE7 and IE8 compat level, maybe I need to play with it a bit more...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346158#M31939</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2012-10-11T12:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346159#M31940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the api does, just making sure you did not override it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=9" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we do not support IE6.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 13:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346159#M31940</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-10-11T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346160#M31941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fixed it - I worked on trying to isolate the problem, and I found that there were some lines with non IE8 compatible javascript that caused the map.onLoad clause to trip up, and that lead to the graphics not being shown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 12:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346160#M31941</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2012-10-12T12:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346161#M31942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;there were some lines with non IE8 compatible javascript that caused the map.onLoad clause to trip up, and that lead to the graphics not being shown.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the sake of completeness, can you post the JavaScript that was causing the problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346161#M31942</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-10-12T22:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: graphics layers not displayed in IE8 (and lower)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346162#M31943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For the sake of completeness, can you post the JavaScript that was causing the problem?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not so important what it was, it seems like I tried to call a method in the DOM that IE8 didn't support - I did a getElementsByClassName on a DOM node (from dojo.byId() )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks all for the input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 19:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-layers-not-displayed-in-ie8-and-lower/m-p/346162#M31943</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2012-10-14T19:05:07Z</dc:date>
    </item>
  </channel>
</rss>

