<?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 pointer disappears when right clicking for context menu when using Internet Explorer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232674#M5475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added the functionality to give the user the option to export the map to a jpeg from the right click context menu.&amp;nbsp; When I right click on my Map to get the context menu using Internet Explorer, the mouse (cursor) disappears.&amp;nbsp; I can still pick a menu choice, and it reappears on a left click, but it is quite annoying. Does anyone know of a fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Adobe 3.3 SDK, Flash Player 10.1, and the 1.3 ESRI API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian Roberts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevada County GIS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 15:50:51 GMT</pubDate>
    <dc:creator>SebastianRoberts</dc:creator>
    <dc:date>2010-09-14T15:50:51Z</dc:date>
    <item>
      <title>pointer disappears when right clicking for context menu when using Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232674#M5475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added the functionality to give the user the option to export the map to a jpeg from the right click context menu.&amp;nbsp; When I right click on my Map to get the context menu using Internet Explorer, the mouse (cursor) disappears.&amp;nbsp; I can still pick a menu choice, and it reappears on a left click, but it is quite annoying. Does anyone know of a fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Adobe 3.3 SDK, Flash Player 10.1, and the 1.3 ESRI API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian Roberts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevada County GIS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 15:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232674#M5475</guid>
      <dc:creator>SebastianRoberts</dc:creator>
      <dc:date>2010-09-14T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: pointer disappears when right clicking for context menu when using Internet Explo</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232675#M5476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sebastian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This is a known Flash Player 10.1 issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read more here &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/7281-API-2.0-Cursor-issue-with-map-context-menu"&gt;http://forums.arcgis.com/threads/7281-API-2.0-Cursor-issue-with-map-context-menu&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 16:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232675#M5476</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-14T16:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: pointer disappears when right clicking for context menu when using Internet Explo</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232676#M5477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks!&amp;nbsp; That fixed it.&amp;nbsp; I just added the code below to my index.html in the params section (I'm not using a wrapper file, but rather a swfobject generated index file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;if (swfobject.ua.ie &amp;amp;&amp;amp; swfobject.ua.win) // http://code.google.com/p/swfobject/wiki/api
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; params.wmode = "opaque"; // workaround for cursor issue - https://bugs.adobe.com/jira/browse/SDK-26818
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian Roberts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevada County, CA GIS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 11:45:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pointer-disappears-when-right-clicking-for-context/m-p/232676#M5477</guid>
      <dc:creator>SebastianRoberts</dc:creator>
      <dc:date>2021-12-11T11:45:58Z</dc:date>
    </item>
  </channel>
</rss>

