<?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: TextSymbols do not display in IE8. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7502#M726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this is&amp;nbsp; a bug of arcgis js api,&amp;nbsp; because the decoration property has no default value. My solution code below:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14129976098422829 jive_text_macro" jivemacro_uid="_14129976098422829"&gt;
&lt;P&gt;new TextSymbol("").setFont(new Font().setDecoration("none"));&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Oct 2014 03:17:44 GMT</pubDate>
    <dc:creator>weiweizhang</dc:creator>
    <dc:date>2014-10-11T03:17:44Z</dc:date>
    <item>
      <title>TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7497#M721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to make my application IE 8 compatible. When I create a Graphic based on a TextSymbol and add it to a graphics layer it does not display. Using IE's debugger (painful) the only difference I can see in how the graphic object is created is that in IE8 the _shape property is null even after it has been added to the graphics layer whereas in IE9 the _shape property is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found a bug report on the Dojo sight here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://bugs.dojotoolkit.org/ticket/10491" rel="nofollow" target="_blank"&gt;https://bugs.dojotoolkit.org/ticket/10491&lt;/A&gt;&lt;SPAN&gt; but it's a couple of years old. Is there a patch available from ESRI?&amp;nbsp;&amp;nbsp; Should I try to apply that patch from Dojo?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using version 3.10 of the Javascript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 14:47:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7497#M721</guid>
      <dc:creator>StanLambert</dc:creator>
      <dc:date>2014-09-11T14:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7498#M722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see the text symbol in this sample in IE8? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/locator_address.html" title="https://developers.arcgis.com/javascript/jssamples/locator_address.html"&gt;Geocode an address | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so can you provide a sample of your code that shows how you are creating the graphic and symbol properties. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7498#M722</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-09-11T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7499#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. The text symbol does not display in IE 8. Here's what it looks like in IE 8:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="no-text-symbol.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/9634_no-text-symbol.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Here's what it looks like in IE 9:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="text-symbol.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/9641_text-symbol.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7499#M723</guid>
      <dc:creator>StanLambert</dc:creator>
      <dc:date>2014-09-11T16:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7500#M724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue will happen when you add point graphics and text to the same graphics layer. Try to create two graphics layers, one for the points, and one for the text. It should resolve the issue. Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 17:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7500#M724</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2014-09-11T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7501#M725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this may be a bug with Text Symbols in IE8 with versions 3.8 and later of the JSAPI. I'm looking into it and will post an update later. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 17:40:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7501#M725</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-09-11T17:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7502#M726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this is&amp;nbsp; a bug of arcgis js api,&amp;nbsp; because the decoration property has no default value. My solution code below:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14129976098422829 jive_text_macro" jivemacro_uid="_14129976098422829"&gt;
&lt;P&gt;new TextSymbol("").setFont(new Font().setDecoration("none"));&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2014 03:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7502#M726</guid>
      <dc:creator>weiweizhang</dc:creator>
      <dc:date>2014-10-11T03:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: TextSymbols do not display in IE8.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7503#M727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try adding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="webkit-html-tag" style="font-family: monospace; font-size: medium;"&gt;&amp;lt;meta &lt;SPAN class="webkit-html-attribute-name"&gt;http-equiv&lt;/SPAN&gt;="&lt;SPAN class="webkit-html-attribute-value"&gt;X-UA-Compatible&lt;/SPAN&gt;" &lt;SPAN class="webkit-html-attribute-name"&gt;content&lt;/SPAN&gt;="&lt;SPAN class="webkit-html-attribute-value"&gt;IE=edge&lt;/SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: medium;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the top of your application. See if you can force IE into a compatibility mode. Google IE Compatibility mode. &lt;A href="http://stackoverflow.com/questions/3449286/force-ie-compatibility-mode-off-in-ie-using-tags" title="http://stackoverflow.com/questions/3449286/force-ie-compatibility-mode-off-in-ie-using-tags"&gt;html - Force IE compatibility mode off in IE using tags - Stack Overflow&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 14:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textsymbols-do-not-display-in-ie8/m-p/7503#M727</guid>
      <dc:creator>CraigLinn</dc:creator>
      <dc:date>2014-10-15T14:10:41Z</dc:date>
    </item>
  </channel>
</rss>

