<?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 eSearch Fixed Datagrid and opens on own in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655945#M19437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the fixed DG enabled in my FV31 app with popupsdisabled=true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have some popups configured that have media (and tested with the OTB viewer adding the FDG).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I click on a feature without media, no issues, however, the FIRST time I click on a feature that has media, not only does the infowindow popup, but the fixed DG pops up as well and will not auto-hide itself until I mouseover it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From then on, it works as expected.&amp;nbsp; Only opens the (blank) fixed DG the "first" time I click a feature that has media in the popup, and works normal from then on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas what/where would be casuing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;first noticed on 3.1.2, updated to 3.1.5 and still see it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can reproduce on your eSearch example page if I go to traffic cameras and click on one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 00:11:59 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-01-23T00:11:59Z</dc:date>
    <item>
      <title>eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655945#M19437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the fixed DG enabled in my FV31 app with popupsdisabled=true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have some popups configured that have media (and tested with the OTB viewer adding the FDG).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I click on a feature without media, no issues, however, the FIRST time I click on a feature that has media, not only does the infowindow popup, but the fixed DG pops up as well and will not auto-hide itself until I mouseover it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From then on, it works as expected.&amp;nbsp; Only opens the (blank) fixed DG the "first" time I click a feature that has media in the popup, and works normal from then on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas what/where would be casuing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;first noticed on 3.1.2, updated to 3.1.5 and still see it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can reproduce on your eSearch example page if I go to traffic cameras and click on one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 00:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655945#M19437</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-23T00:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655946#M19438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for reporting this. I have had to do lots of workarounds because the esri popup is some how firing the move event in the FDG and I can not find out why or how... So here is the latest fix that seems to be working:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function addEvent(event:Event):void &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; panelIsOpen = false; &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; movingPanel = false; &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; panelIn.removeEventListener(EffectEvent.EFFECT_END, addEvent); &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; panel.addEventListener(MoveEvent.MOVE, panel_moveHandler); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 12:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655946#M19438</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-23T12:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655947#M19439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 15:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655947#M19439</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-23T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655948#M19440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever figure out how/where the popup is firing this move event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Noticed this fix doesn't work in version 3.1.12.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655948#M19440</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-03-26T21:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655949#M19441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To say I am a bit frustrated and confused on the new "forum" would be an understatement. Because of that, maybe there is a much more recent post on this issue (it seems like maybe I too started a discussion on this way back when), but I finally got this post to come up while trying to search, and figured I would use it to post on. Anyways, I am experiencing the problem Rhett disscuss while using the 3.6 viewer and just wondering if there is a fix of any kind. Thank you Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 18:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655949#M19441</guid>
      <dc:creator>MattPohl</dc:creator>
      <dc:date>2014-10-02T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch Fixed Datagrid and opens on own</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655950#M19442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Nope I have not seen this issue in the latest 3.6.9 version or the couple before that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-fixed-datagrid-and-opens-on-own/m-p/655950#M19442</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-02T19:49:22Z</dc:date>
    </item>
  </channel>
</rss>

