<?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: Is there a TooltipDialog for v 4.11? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362071#M33538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really wondering if ESRI is no longer using Tooltips as they are not accessible?&lt;/P&gt;&lt;P&gt;&lt;A href="https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#examples"&gt;https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#examples&lt;/A&gt;&lt;/P&gt;&lt;H2 style="color: #222222; background-color: #ffffff; font-size: 2.4rem; margin: 2rem 0px 1.25rem;"&gt;&lt;A href="https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#id9" style="color: #000000; text-decoration: none;"&gt;Accessibility&lt;/A&gt;&lt;/H2&gt;&lt;P style="color: #222222; background-color: #ffffff;"&gt;Tooltips are displayed when the associated item receives focus or a mouseover event. Be careful when assigning tooltips to arbitrary elements such as spans of text which may not receive keyboard focus because users of assistive technology or keyboard only users will not benefit from the tooltip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2019 17:40:09 GMT</pubDate>
    <dc:creator>FionaRenton1</dc:creator>
    <dc:date>2019-04-02T17:40:09Z</dc:date>
    <item>
      <title>Is there a TooltipDialog for v 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362069#M33536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp; used the hitTest on pointer-move to query a map layer using a mouse over event, with the output being in an info div on the MapView. As the user moves the cursor around, the attributes are displayed in the info div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However our users want the old hover tool tip functionality like this version 3 sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in version 4 where the Tooltip Dialog follows the cursor around?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there a reason not to use a Tooltip?&lt;/P&gt;&lt;P&gt;Is a Tooltip Dialog not accessible, or as usable, or compatible on different devices?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362069#M33536</guid>
      <dc:creator>FionaRenton1</dc:creator>
      <dc:date>2019-03-29T19:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a TooltipDialog for v 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362070#M33537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fiona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The ToolTip dialog is a dojo dijit and is not something that is API version specific so you can use the same code in 4.x will just a little modification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2019 12:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362070#M33537</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-30T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a TooltipDialog for v 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362071#M33538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really wondering if ESRI is no longer using Tooltips as they are not accessible?&lt;/P&gt;&lt;P&gt;&lt;A href="https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#examples"&gt;https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#examples&lt;/A&gt;&lt;/P&gt;&lt;H2 style="color: #222222; background-color: #ffffff; font-size: 2.4rem; margin: 2rem 0px 1.25rem;"&gt;&lt;A href="https://dojotoolkit.org/reference-guide/1.10/dijit/Tooltip.html#id9" style="color: #000000; text-decoration: none;"&gt;Accessibility&lt;/A&gt;&lt;/H2&gt;&lt;P style="color: #222222; background-color: #ffffff;"&gt;Tooltips are displayed when the associated item receives focus or a mouseover event. Be careful when assigning tooltips to arbitrary elements such as spans of text which may not receive keyboard focus because users of assistive technology or keyboard only users will not benefit from the tooltip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 17:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362071#M33538</guid>
      <dc:creator>FionaRenton1</dc:creator>
      <dc:date>2019-04-02T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a TooltipDialog for v 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362072#M33539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. You're right I can call dojo, but am wondering why ESRI has moved away from calling this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 17:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362072#M33539</guid>
      <dc:creator>FionaRenton1</dc:creator>
      <dc:date>2019-04-02T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a TooltipDialog for v 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362073#M33540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: medium;"&gt;I used the hitTest similar to this sample.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/index.html"&gt;Access features with pointer events | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 23:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-tooltipdialog-for-v-4-11/m-p/362073#M33540</guid>
      <dc:creator>FionaRenton1</dc:creator>
      <dc:date>2019-10-28T23:17:17Z</dc:date>
    </item>
  </channel>
</rss>

