<?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 Draw toolbar tooltips not displayed in IE10 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563555#M52599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am experiencing an issue where draw toolbar tooltips are not displayed in IE10 when using the ArcGIS JSAPI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the following example in IE10 and chrome (draw a polygon to see what I mean) &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/graphics_add/"&gt;http://developers.arcgis.com/en/javascript/samples/graphics_add/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else experienced this issue and is there any way to get the tooltips to display in IE10?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 07:39:26 GMT</pubDate>
    <dc:creator>JosephO_Connell1</dc:creator>
    <dc:date>2013-07-02T07:39:26Z</dc:date>
    <item>
      <title>Draw toolbar tooltips not displayed in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563555#M52599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am experiencing an issue where draw toolbar tooltips are not displayed in IE10 when using the ArcGIS JSAPI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the following example in IE10 and chrome (draw a polygon to see what I mean) &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/graphics_add/"&gt;http://developers.arcgis.com/en/javascript/samples/graphics_add/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else experienced this issue and is there any way to get the tooltips to display in IE10?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563555#M52599</guid>
      <dc:creator>JosephO_Connell1</dc:creator>
      <dc:date>2013-07-02T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Draw toolbar tooltips not displayed in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563556#M52600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can confirm that I also experienced this issue when I tried the sample link in IE 10.&amp;nbsp; I am also unable to zoom by holding down the shift key and drawing a box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could probably use the &lt;/SPAN&gt;&lt;A href="https://duckduckgo.com/?q=X-UA-Compatible"&gt;X-UA-Compatible meta tag&lt;/A&gt;&lt;SPAN&gt; to force IE 10 to use IE 9 mode.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563556#M52600</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-07-02T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Draw toolbar tooltips not displayed in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563557#M52601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was this issue addressed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm seeing the same problem in IE10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like the "showTooltips" option never gets set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. in the developer tools console it looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt; toolbar._options 
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;showTooltips : false&lt;/STRONG&gt;&lt;/SPAN&gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp; drawTime : 75,
&amp;nbsp;&amp;nbsp;&amp;nbsp; tolerance : 8,
&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltipOffset : 15
} 
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if I explicit set it (even though the documentation says it's on by default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
toolbar = new Draw(map, { showTooltips: true });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can also confirm that if I inspect the esri.bundle.toolbars.draw object it has values for all the properties ("start" = "click to start drawing", "complete" = "Double-click to complete", etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It displays correctly in chrome and IE8.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563557#M52601</guid>
      <dc:creator>TimCollyer</dc:creator>
      <dc:date>2021-12-12T00:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Draw toolbar tooltips not displayed in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563558#M52602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was having this problem also. But this worked. I added this line of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;toolbar._options.showTooltips = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tammy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Was this issue addressed?&lt;BR /&gt;&lt;BR /&gt;I'm seeing the same problem in IE10.&lt;BR /&gt;&lt;BR /&gt;It seems like the "showTooltips" option never gets set.&lt;BR /&gt;&lt;BR /&gt;i.e. in the developer tools console it looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt; toolbar._options 
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;showTooltips : false&lt;/STRONG&gt;&lt;/SPAN&gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp; drawTime : 75,
&amp;nbsp;&amp;nbsp;&amp;nbsp; tolerance : 8,
&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltipOffset : 15
} 
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Even if I explicit set it (even though the documentation says it's on by default).&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
toolbar = new Draw(map, { showTooltips: true });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I can also confirm that if I inspect the esri.bundle.toolbars.draw object it has values for all the properties ("start" = "click to start drawing", "complete" = "Double-click to complete", etc).&lt;BR /&gt;&lt;BR /&gt;It displays correctly in chrome and IE8.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-tooltips-not-displayed-in-ie10/m-p/563558#M52602</guid>
      <dc:creator>TammyBearly</dc:creator>
      <dc:date>2021-12-12T00:17:29Z</dc:date>
    </item>
  </channel>
</rss>

