<?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: Does the popup window have a mouseout event? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24979#M2181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the delay in a reply; your suggestion works a little too well. If I mouse over the popup window's header, the mouseout event is triggered. I have bold text in my infoWindow content; if I mouse over the text the mouseout event is triggered. If I move the mouse over the popup's pointer, then move the mouse off the pointer into the window, the mouseout event is triggered. It seems I have to attach the listener to a different object in the DOM, but I haven't figured out which one yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 15:44:12 GMT</pubDate>
    <dc:creator>TyroneLigon</dc:creator>
    <dc:date>2013-12-23T15:44:12Z</dc:date>
    <item>
      <title>Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24977#M2179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have source-destination pairs of markers on the map. When the user mouses over a marker, the popup dijit displays; the marker does not have a mouseout action defined. Embedded in the popup window is the marker's graphic (we use picture markers). When the user mouses over the embedded graphic, a line is displayed on the map connecting to the paired graphic; when the user mouses out of the embedded graphic, the line is removed from the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because there is some functionality embedded in the popup, I don't close the popup window upon mousing out from the map marker. As a consequence, the only way to close the popup is to mouse over another marker or click the popup's close button. I was thinking maybe it would be cool to just mouse out of the popup to trigger the close action. Does anybody know if the popup window has a mouseout event and if so how do I capture it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 13:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24977#M2179</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-12-04T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24978#M2180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Assuming djtPopup holds the reference to the popup, then try below code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;on(djtPopup.domNode, "mouseout", function() {
&amp;nbsp;&amp;nbsp;&amp;nbsp; djtPopup.hide();
});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24978#M2180</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2021-12-10T21:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24979#M2181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the delay in a reply; your suggestion works a little too well. If I mouse over the popup window's header, the mouseout event is triggered. I have bold text in my infoWindow content; if I mouse over the text the mouseout event is triggered. If I move the mouse over the popup's pointer, then move the mouse off the pointer into the window, the mouseout event is triggered. It seems I have to attach the listener to a different object in the DOM, but I haven't figured out which one yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 15:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24979#M2181</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-12-23T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24980#M2182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever get this resolved. I have the same behavior. If i use the mouse out event, I can't interact at all with the popup. Any time the pointer goes over the popup it dissapears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any guidance you can provide!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24980#M2182</guid>
      <dc:creator>JustinFultz</dc:creator>
      <dc:date>2015-03-11T19:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24981#M2183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I use the domNode mouse out like Jason suggests in my Identify widget for WAB and it works flawlessly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 21:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24981#M2183</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-11T21:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does the popup window have a mouseout event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24982#M2184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was unable to get this to behave as i wanted. My final solution was to create a polygon layer and place it around my boundary layer. I then created a mouse-over event for that layer that removes the popup. Dirty, but got me where i needed to be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 19:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-popup-window-have-a-mouseout-event/m-p/24982#M2184</guid>
      <dc:creator>JustinFultz</dc:creator>
      <dc:date>2015-03-19T19:24:47Z</dc:date>
    </item>
  </channel>
</rss>

