<?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 Re: TextSymbol graphic doesn't draw in IE8 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266388#M24595</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;BR /&gt;&lt;SPAN&gt;I made some tests. The error occurs when the page have the compatibility with IE8, with the tag in head:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or I comment the line, the TextSymbol draws, but other elements in my Viewer don't draw correctly, with other issues, the accordionPane.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have the same problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 11:29:00 GMT</pubDate>
    <dc:creator>PauPérez_Puigcerver</dc:creator>
    <dc:date>2010-09-10T11:29:00Z</dc:date>
    <item>
      <title>TextSymbol graphic doesn't draw in IE8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266387#M24594</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;BR /&gt;&lt;SPAN&gt;I made a viewer with JavaScript API 2.0, and I draw Points, Lines, Polylines, etc... with texts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that TextSymbol Graphic doesn't draw using IE8, instead in Firefox and Chrome it draws. The code is like this, attached to a button:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var simboloPuntoPrueba = new esri.symbol.TextSymbol("HOLA_MUNDO");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; var puntoPrueba = new esri.geometry.Point([726000, 4370000], new esri.SpatialReference({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; wkid: 23030&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; graficoPuntoPrueba = new esri.Graphic(puntoPrueba, simboloPuntoPrueba);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; map.graphics.add(graficoPuntoPrueba);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 15:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266387#M24594</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-09-09T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbol graphic doesn't draw in IE8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266388#M24595</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;BR /&gt;&lt;SPAN&gt;I made some tests. The error occurs when the page have the compatibility with IE8, with the tag in head:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or I comment the line, the TextSymbol draws, but other elements in my Viewer don't draw correctly, with other issues, the accordionPane.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have the same problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pau&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 11:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266388#M24595</guid>
      <dc:creator>PauPérez_Puigcerver</dc:creator>
      <dc:date>2010-09-10T11:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbol graphic doesn't draw in IE8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266389#M24596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its a dojo bug with a fairly simple workaround.&amp;nbsp; Check out &lt;/SPAN&gt;&lt;A href="http://bugs.dojotoolkit.org/ticket/10491"&gt;http://bugs.dojotoolkit.org/ticket/10491&lt;/A&gt;&lt;SPAN&gt; for more information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 14:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266389#M24596</guid>
      <dc:creator>SasaI_</dc:creator>
      <dc:date>2010-09-13T14:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbol graphic doesn't draw in IE8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266390#M24597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same issue where TextSymbol does not display in IE8.&amp;nbsp; I cannot use the IE7 workaround as we are targeting IE8, IE9, Chrome, FF and have other code that IE7 will not support.&amp;nbsp; I also prefer to use the esri-hosted jsapi, version 2.8 and therefore cannot apply the patch presented in the bug tracker.&amp;nbsp; What are my options?&amp;nbsp; This is still an issue in jsapi 2.8 which is based on dojo 1.6.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Its a dojo bug with a fairly simple workaround.&amp;nbsp; Check out &lt;A href="http://bugs.dojotoolkit.org/ticket/10491"&gt;http://bugs.dojotoolkit.org/ticket/10491&lt;/A&gt; for more information.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 20:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266390#M24597</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-04-25T20:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbol graphic doesn't draw in IE8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266391#M24598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was a bug in how the font size was defined.&amp;nbsp; "em" units was the problem.&amp;nbsp; I switched to "px" units and all is well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have the same issue where TextSymbol does not display in IE8.&amp;nbsp; I cannot use the IE7 workaround as we are targeting IE8, IE9, Chrome, FF and have other code that IE7 will not support.&amp;nbsp; I also prefer to use the esri-hosted jsapi, version 2.8 and therefore cannot apply the patch presented in the bug tracker.&amp;nbsp; What are my options?&amp;nbsp; This is still an issue in jsapi 2.8 which is based on dojo 1.6.1.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 20:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbol-graphic-doesn-t-draw-in-ie8/m-p/266391#M24598</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-05-31T20:16:31Z</dc:date>
    </item>
  </channel>
</rss>

