<?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 Map Click Event in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499783#M13111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know where the map click handler lives in the WAB code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to interrupt it before it completes its default behavior of identifying features in operational layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 21:10:32 GMT</pubDate>
    <dc:creator>KeithSandell1</dc:creator>
    <dc:date>2015-10-13T21:10:32Z</dc:date>
    <item>
      <title>Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499783#M13111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know where the map click handler lives in the WAB code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to interrupt it before it completes its default behavior of identifying features in operational layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 21:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499783#M13111</guid>
      <dc:creator>KeithSandell1</dc:creator>
      <dc:date>2015-10-13T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499784#M13112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; it is not the map that has a click event. The API itself handles the showing of popups for layers that have popups defined. the map has a setInfoWindowOnClick method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#setinfowindowonclick" title="https://developers.arcgis.com/javascript/jsapi/map-amd.html#setinfowindowonclick"&gt;Map | API Reference | ArcGIS API for JavaScript | setInfoWindowOnClick&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no map click handler set on a WAB map in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 21:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499784#M13112</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-10-13T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499785#M13113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Semantics..."If &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-position: initial;"&gt;true&lt;/CODE&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt; and a map click event occurs, it may show the map's infoWindow."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;The map is still raising a click event, even if the configurable method is what is actually doing work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Doesn't seem to matter if I change all of the setInfoWindowOnClick references to false. It still appears, but since it only works when layers have an infoTemplate, removing the popup in the AGO map solves the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 22:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499785#M13113</guid>
      <dc:creator>KeithSandell1</dc:creator>
      <dc:date>2015-10-13T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Map Click Event</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499786#M13114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While I'm sure there is some user crossover between the two places, you should post this question over in the &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/web-gis/web-appbuilder/content"&gt;Web AappBuilder Space&lt;/A&gt; as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 22:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/map-click-event/m-p/499786#M13114</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-10-13T22:47:56Z</dc:date>
    </item>
  </channel>
</rss>

