<?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: Identify Features in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687044#M18167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above pop up issues with web map, measure and draw widgets have been fixed in the coming AGOL release and Developer Edition 1.1 in March.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 01:20:35 GMT</pubDate>
    <dc:creator>Jianxia</dc:creator>
    <dc:date>2015-02-12T01:20:35Z</dc:date>
    <item>
      <title>Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687030#M18153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone else experienced that identify still brings up a pop up for layers that aren't even turned on in the map? I am using a map published with Server and placed on ArcGIS Online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 22:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687030#M18153</guid>
      <dc:creator>MelanieHammond1</dc:creator>
      <dc:date>2014-12-17T22:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687031#M18154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed that. Perhaps more troubling, I've also noticed that popups don't work for layers that are off initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a web app that has multiple services from our ArcGIS Server. Most of the layers in each service are "off" (not visible) by default. They are also off in the web map. Popups for all layers are enabled. When I publish as a Web AppBuilder application, the popups for layers that are "off" do not show up, even after the end user turns the layer on in the Table of Contents widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first work around is to turn all layers on in the web map. Now popups work, but as you've found, all layers in each service popup on every identify, even if some of the layers are off in the Table of Contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 15:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687031#M18154</guid>
      <dc:creator>MattMcGuire</dc:creator>
      <dc:date>2014-12-18T15:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687032#M18155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is almost as if WebApp Builder does not correctly recognize when layers are on or off. Simply shows popups for anything you enabled in the web map. I had not noticed your further issue, but it would make sense if it can't correctly recognize settings from the actual map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope Esri is looking into this. Kind of a deal breaker especially considering there isn't an actual identify tool you can control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 15:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687032#M18155</guid>
      <dc:creator>MelanieHammond1</dc:creator>
      <dc:date>2014-12-18T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687033#M18156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that in the developer version you can go into the \jimu.js\MapManager.js file and make this change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var webMapOptions = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mapOptions: mapOptions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bingMapsKey: appConfig.bingMapsKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; usePopupManager: true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By adding the usePopupManager option it fixes the issue with identifying layers, but I find that it semi breaks other widgets like measure and draw because now when you click on the map to measure you get the measure tool and the identify popup comes up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 15:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687033#M18156</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-01-06T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687034#M18157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing this issue. It has now been identified and logged as a software bug in our system. The bug has been marked as "assigned", which means that the behavior is now under consideration to be fixed in a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julia&lt;/P&gt;&lt;P&gt;Esri Technical Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687034#M18157</guid>
      <dc:creator>JuliaGuard</dc:creator>
      <dc:date>2015-01-09T18:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687035#M18158</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;I'm not familiar with the WAB code but you should be able to disable the popups when the measurement widget is active by setting map.showInfoWindowOnClick(false). Then when you deactivate the measure tool you can turn popups back on using map.showInfoWindowOnClick(true). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may see that they already have code in the WAB that does this by enabling/disabling the clickEventHandler and clickEvent Listener. Once you set usePopupManager to true those no longer work and you have to switch to the showInfoWindowOnClick approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687035#M18158</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-01-09T18:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687036#M18159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. After you mentioned using map.showInfoWindowOnClick I tried to look it up but there was not much out there for that. All I found was this link &lt;A href="https://developers.arcgis.com/javascript/jsapi/esri.arcgis.utils-amd.html#createmap" title="https://developers.arcgis.com/javascript/jsapi/esri.arcgis.utils-amd.html#createmap" rel="nofollow noopener noreferrer" target="_blank"&gt;esri/arcgis/utils | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; that has this &lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt;When using &lt;/SPAN&gt;&lt;CODE&gt;usePopupManager: true&lt;/CODE&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; in the &lt;/SPAN&gt;&lt;CODE&gt;options&lt;/CODE&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; parameter in the &lt;/SPAN&gt;&lt;CODE&gt;createMap&lt;/CODE&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; method, the &lt;/SPAN&gt;&lt;CODE&gt;clickEventHandle&lt;/CODE&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; and &lt;/SPAN&gt;&lt;CODE&gt;clickEventListener&lt;/CODE&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; will be undefined. Instead use the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#setinfowindowonclick" style="color: #00629b; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;CODE&gt;Map.setInfoWindowOnClick&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN style="color: #888888; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #eeeeee;"&gt; to control visibility of the popup.&lt;/SPAN&gt; It did not give any examples on how to do that. I tried a few things and I think I found one that works. From what I can tell it looks good to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the measurement widget I opened \widgets\Measurement\Widget.js and commented out two lines and added two new ones right around line 69.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;aspect.after(this.measurement, 'setTool', lang.hitch(this, function() {
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.measurement.activeTool) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.disableWebMapPopup();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindowOnClick(false);&amp;nbsp;&amp;nbsp; //added this
&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.enableWebMapPopup();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindowOnClick(true);&amp;nbsp;&amp;nbsp; //added this
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}));&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you need to add these lines of code to other widgets that need map clicks like draw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687036#M18159</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-12T04:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687037#M18160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm experiencing the same problem. &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm using WAB on ArcGIS Online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687037#M18160</guid>
      <dc:creator>TarigAhmed1</dc:creator>
      <dc:date>2015-01-12T19:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687038#M18161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm experiencing the same problem. Any luck?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm using WAB on ArcGIS Online, not the Dev version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687038#M18161</guid>
      <dc:creator>TarigAhmed1</dc:creator>
      <dc:date>2015-01-12T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687039#M18162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution posted by &lt;A href="https://community.esri.com/migrated-users/16374"&gt;Stan McShinsky&lt;/A&gt;‌ seems to work (at least the first half - I haven't tested the second half) but it isn't available for the AGOL version. As &lt;A href="https://community.esri.com/migrated-users/56398"&gt;Julia Guard&lt;/A&gt;‌ noted, ESRI is aware of the issue, but hasn't committed to fixing it within any specific timeframe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687039#M18162</guid>
      <dc:creator>MattMcGuire</dc:creator>
      <dc:date>2015-01-12T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687040#M18163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I did some more digging and found the place to fix the draw widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; \jimu.js\dijit\DrawBox.js &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;around line 165&lt;/P&gt;&lt;P&gt;Comment out this.enableWebMapPopup(); and add in this.map.setInfoWindowOnClick(true);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;deactivate:function(){
&amp;nbsp; //this.enableWebMapPopup();
&amp;nbsp; this.map.setInfoWindowOnClick(true);&amp;nbsp;&amp;nbsp;&amp;nbsp; //Added this
&amp;nbsp; if(this.drawToolBar){
&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawToolBar.deactivate();
&amp;nbsp; }
&amp;nbsp; query('.draw-item',this.domNode).removeClass('selected');
},&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;around line 245&lt;/P&gt;&lt;P&gt;Comment out this.disableWebMapPopup(); and add in this.map.setInfoWindowOnClick(false); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;_onItemClick:function(event){
&amp;nbsp; var target = event.target||event.srcElement;
&amp;nbsp; var items = query('.draw-item',this.domNode);
&amp;nbsp; items.removeClass('selected');
&amp;nbsp; html.addClass(target,'selected');
&amp;nbsp; var geotype = target.getAttribute('data-geotype');
&amp;nbsp; var commontype = target.getAttribute('data-commontype');
&amp;nbsp; var tool = Draw[geotype];
&amp;nbsp; //this.disableWebMapPopup();
&amp;nbsp; this.map.setInfoWindowOnClick(false);&amp;nbsp;&amp;nbsp;&amp;nbsp; // added this
&amp;nbsp; this.drawToolBar.activate(tool);
&amp;nbsp; this.onIconSelected(target,geotype,commontype);
},&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687040#M18163</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-12T04:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687041#M18164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for the measure tool. I didn't have quite as much luck with the draw widget. I tried switching setInfoWindowOnClick in the startup and destroy functions of the draw widget. startup seemed to work, but destroy did not give the popup back to Identify. Here's my code starting on line 371 of the Widget.js of the Draw Widget. (I don't seem to have access to the syntax highlighter in my forum window here.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destroy: function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.drawBox){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.destroy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox = null;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.pointSymChooser){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.pointSymChooser.destroy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.pointSymChooser = null;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.lineSymChooser){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.lineSymChooser.destroy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.lineSymChooser = null;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.fillSymChooser){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.fillSymChooser.destroy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.fillSymChooser = null;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.textSymChooser){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.textSymChooser.destroy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.textSymChooser = null;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.inherited(arguments);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindowOnClick(true);&amp;nbsp; //&amp;lt;&amp;lt;ADDED THIS LINE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startup: function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindowOnClick(false); //&amp;lt;&amp;lt;ADDED THIS LINE &lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;//&amp;lt;&amp;lt;ADDED THIS LINE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.inherited(arguments);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.viewStack.startup();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.viewStack.switchView(null);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 21:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687041#M18164</guid>
      <dc:creator>MattMcGuire</dc:creator>
      <dc:date>2015-01-12T21:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687042#M18165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted to soon. I moved the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;this.map.setInfoWindowOnClick(true); to the onClose function (line 317) and the draw widget now works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This is a nice backup to have, but would prefer to see it in the AGOL version.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 21:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687042#M18165</guid>
      <dc:creator>MattMcGuire</dc:creator>
      <dc:date>2015-01-12T21:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687043#M18166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like both options are good. The reason I did it in the \jimu.js\dijit\DrawBox.js file is because that is where the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;clickEventHandler and clickEvent Listener are for the draw tool. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;To use the code block you need to use the advanced editor.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 22:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687043#M18166</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-01-12T22:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687044#M18167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above pop up issues with web map, measure and draw widgets have been fixed in the coming AGOL release and Developer Edition 1.1 in March.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 01:20:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687044#M18167</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2015-02-12T01:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687045#M18168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jianxia, do you have BUG reference for this? Is it BUG-000084319?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687045#M18168</guid>
      <dc:creator>AndySmith</dc:creator>
      <dc:date>2015-02-12T13:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687046#M18169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This still seems to be an issue with the WebApp Builder in Portal at 10.3.&amp;nbsp; Does anyone know when that will be fixed?&amp;nbsp; Unfortunately I can't use the develop edition with Portal because of another bug ( BUG-000086779 ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 23:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687046#M18169</guid>
      <dc:creator>SebastianRoberts</dc:creator>
      <dc:date>2015-04-20T23:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687047#M18170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You will not see that bug fixed in Portal until you get 10.3.1 of Portal when it is released, scheduled release is approximately UC time frame.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 23:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687047#M18170</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-20T23:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687048#M18171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jianxia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm please if this bug was indeed supposed to have been fixed in the WAB Developer's edition 1.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing very similar problem using 1.1 - I have a web map with pop-ups enabled (the pop-ups in this web map work fine in AGOL, and also in a web app built using WAB Dev beta 3 edition) where none of the pop-ups appear to work in a web app built using WAB Dev edition 1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All layers are enabled in the web map by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 14:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687048#M18171</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-04-26T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687049#M18172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran a quite test on dev edition 1.1 and popup worked fine. Does any popups&amp;nbsp; show up in your app? On the layer list, if you go down to the individual layer level, the context menu allows you to enable/remove the popups as well. Could you provide more details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 23:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/identify-features/m-p/687049#M18172</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2015-04-26T23:53:06Z</dc:date>
    </item>
  </channel>
</rss>

