<?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: Show popups without moving map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513027#M47872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek, here's a copy of the map I'm working on that has the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://arcviewdev.uww.edu/javamap.html"&gt;http://arcviewdev.uww.edu/javamap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(And before anyone says anything, yes, I'm aware of the errors with my data. They've been fixed on a more recent version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 16:38:20 GMT</pubDate>
    <dc:creator>BenReilly</dc:creator>
    <dc:date>2011-08-09T16:38:20Z</dc:date>
    <item>
      <title>Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513016#M47861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an issue with the way popups display in the javascript api. I can't get popups to show up for my feature layers unless the map is moved first. I need to make a map that has disabled scrolling, so how can I get popups to display without the map moving first?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 20:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513016#M47861</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-07-21T20:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513017#M47862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by scrolling?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post some code that reproduces what you're seeing? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_popupfl.html"&gt;popup sample&lt;/A&gt;&lt;SPAN&gt; shows a popup without panning or zooming the map- just click a feature and the popup appears.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 22:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513017#M47862</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-07-21T22:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513018#M47863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry, I misspoke- I meant ESRI InfoWindows, not Dojo popups. Would it be better to try and replace the infowindows with dojo popups, then?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513018#M47863</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-07-22T13:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513019#M47864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think we should clarify some terms...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I said popup, I was referring to the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/popup.htm"&gt;popup widget&lt;/A&gt;&lt;SPAN&gt; that was introduced with version 2.3 of the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what you mean by dojo popup but let's ignore that for now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you define an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/infotemplate.htm"&gt;infoTemplate&lt;/A&gt;&lt;SPAN&gt; when you create your feature layer, you should see an info window when you click your features. See the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_ondemand.html"&gt;ON_DEMAND feature layer sample&lt;/A&gt;&lt;SPAN&gt; for an example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513019#M47864</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-07-22T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513020#M47865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, by dojo popup I mean the widget, which runs off dojo. It's hard to keep terms straight when I have to keep switching APIs by project. Here's the code I have for just the map layers and the info windows. When it's done loading, clicking on the map shows nothing. As soon as it's moved just a pixel, the info windows show up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;script type="text/javascript"&amp;gt;

 dojo.require("esri.map");
 dojo.require("esri.layers.FeatureLayer");

&amp;nbsp; var map;
&amp;nbsp; var campus;
 
function init() {

 map = new esri.Map("mapDiv",{extent:startExtent });
 
 var spatialRef = new esri.SpatialReference({wkid:102100});
 var startExtent = new esri.geometry.Extent();
 startExtent.xmin = -9879338;
 startExtent.ymin = 5286787;
 startExtent.xmax = -9878257;
 startExtent.ymax = 5287623;
 startExtent.SpatialReference = spatialRef;

 map.setExtent(startExtent);
&amp;nbsp;&amp;nbsp;&amp;nbsp; var basemap = new esri.layers.ArcGISTiledMapServiceLayer("SERVICE NAME");
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(basemap);
 
 //Popup code for campus building layer
 
 var contenta = "&amp;lt;b&amp;gt;Building Type&amp;lt;/b&amp;gt;: ${Type}" +
&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;lt;br /&amp;gt;&amp;lt;b&amp;gt;Hours&amp;lt;/b&amp;gt;: ${Hours}" +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;br /&amp;gt;&amp;lt;input type='hidden' id='url' value=${FloorPlan}&amp;gt;&amp;lt;/input&amp;gt;" +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // KEEP THIS LINE ON- NEEDED FOR loadUrl FUNCTION
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;br /&amp;gt;&amp;lt;button onclick=revealModal('modalPage') value='test' /&amp;gt;Floor Plan&amp;lt;/button&amp;gt;";

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var bldginfo = new esri.InfoTemplate("${BldgName}", contenta);
 

 campus = new esri.layers.FeatureLayer("SERVICE NAME", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["*"],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoTemplate: bldginfo
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
 map.addLayer(campus);
 
 //Popup code for parking lot layer
 
 var contentb = "&amp;lt;b&amp;gt;Parking Lot&amp;lt;/b&amp;gt;: ${LotNo} ${Commuter}" +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;br /&amp;gt;This lot ${Meters} have parking meters.";

&amp;nbsp; var parkinfo = new esri.InfoTemplate("Parking Lot Information", contentb);
&amp;nbsp; 
 
 parking = new esri.layers.FeatureLayer("SERVICE NAME", {
&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,
&amp;nbsp; outfields: ["*"],
&amp;nbsp; infoTemplate: parkinfo
&amp;nbsp; });
 map.addLayer(parking); 

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513020#M47865</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2021-12-11T22:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513021#M47866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you follow the pattern in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_ondemand.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Feature Layer On Demand sample&lt;/A&gt;&lt;SPAN&gt; where you load your feature layers after the map loads? Relevant code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
function init() {
&amp;nbsp; map = new esri.Map("map", { extent: esri.geometry.geographicToWebMercator(extent)});
&amp;nbsp; &lt;STRONG&gt;dojo.connect(map, "onLoad", initOperationalLayer);&lt;/STRONG&gt;
}

function &lt;STRONG&gt;initOperationalLayer&lt;/STRONG&gt;(map) {
&amp;nbsp; var content = "&amp;lt;b&amp;gt;Type&amp;lt;/b&amp;gt;: ${ftype}" +
&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;lt;br /&amp;gt;&amp;lt;b&amp;gt;Code&amp;lt;/b&amp;gt;: ${fcode}";

&amp;nbsp; var infoTemplate = new esri.InfoTemplate("Rivers", content);

&amp;nbsp; var featureLayer = new esri.layers.FeatureLayer("http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/1",{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["*"],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoTemplate: infoTemplate
&amp;nbsp; });
&amp;nbsp; map.addLayer(featureLayer);
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, it looks like the map.setExtent function call in your init function is unnecessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513021#M47866</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2021-12-11T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513022#M47867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing moving the map does really is call map.onUpdateStart() and map.onUpdateEnd() (it does other things too, but I think that is the main thing).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This, in turn, calls .refresh() on each layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what Derek recommended will fix your problems. If it does not, consider adding a single call to .refresh() on each layer after the layer is added to the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:23:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513022#M47867</guid>
      <dc:creator>BrettLord-Castillo</dc:creator>
      <dc:date>2011-07-26T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513023#M47868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't have any luck with the code you posted. I'm not sure what's going on, since all of ESRI's sample maps work fine with the infowindows. I was able to get the tooltip function to work, though, which works for what I need it to do without moving the map. Thank you for the replies.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:27:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513023#M47868</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-08-03T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513024#M47869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi breilly47,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I share your frustration as I'm also experiencing a similar issue with an 'onclick' event not working correctly until the map has been moved.&amp;nbsp; Did you get anywhere with solving the problem?&amp;nbsp; If I come up with a solution I'll post it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 12:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513024#M47869</guid>
      <dc:creator>DavidMurray</dc:creator>
      <dc:date>2011-08-04T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513025#M47870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm also experiencing a similar issue with an 'onclick' event not working correctly until the map has been moved&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to add that I've seen something like this too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I'm running an IdentifyTask when the user clicks on the map. It works most of the time, but occasionally the click doesn't cause the task to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll let you know if I can find the steps to reproduce it reliably.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 22:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513025#M47870</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-04T22:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513026#M47871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A repro case would be very helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 00:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513026#M47871</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-08-05T00:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513027#M47872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek, here's a copy of the map I'm working on that has the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://arcviewdev.uww.edu/javamap.html"&gt;http://arcviewdev.uww.edu/javamap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(And before anyone says anything, yes, I'm aware of the errors with my data. They've been fixed on a more recent version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513027#M47872</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-08-09T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513028#M47873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Derek, here's a copy of the map I'm working on that has the problem. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://arcviewdev.uww.edu/javamap.html"&gt;http://arcviewdev.uww.edu/javamap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(And before anyone says anything, yes, I'm aware of the errors with my data. They've been fixed on a more recent version)&lt;BR /&gt;&lt;BR /&gt;Hopefully that will help.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened the map in chrome.&amp;nbsp; Clicking on the poly's pops open the popup, no map moving ever.&amp;nbsp; ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513028#M47873</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-08-09T17:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513029#M47874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I opened the map in chrome.&amp;nbsp; Clicking on the poly's pops open the popup, no map moving ever.&amp;nbsp; ??&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if this is a browser compatibility issue, then. I'm using Firefox 3.6.13 at work, I'll try the current version of Firefox 4 tomorrow. To everyone else with a problem, what browser are you using? I don't think the popups worked with our version of IE, either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513029#M47874</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-08-09T17:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513030#M47875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works in Chrome 13 and IE 8 but not in Firefox 5. Basically, you need to interact with the map first by zooming or panning before the onclick returns something. I had this problem in Flex and got around it by adding in an alert box in the initialization. Closing the alert box provided the map interaction necessary to allow the map click to work without panning or zooming.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513030#M47875</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-08-09T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513031#M47876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It works in Chrome 13 and IE 8 but not in Firefox 5. Basically, you need to interact with the map first by zooming or panning before the onclick returns something. I had this problem in Flex and got around it by adding in an alert box in the initialization. Closing the alert box provided the map interaction necessary to allow the map click to work without panning or zooming.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is an error in the api .&amp;nbsp; If you switch to v2.4 it works crossbrowser&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513031#M47876</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-08-09T18:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513032#M47877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To everyone else with a problem, what browser are you using?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not working for me in IE8, Chrome 13 or Firefox 5 - I need to move the map first before the popup works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 22:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513032#M47877</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-09T22:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513033#M47878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think this is an error in the api .&amp;nbsp; If you switch to v2.4 it works crossbrowser&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You're right- I switched to 2.4 from 2.3 and I now don't have to move the map. Thanks for the tip- hopefully that works for the rest of you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 14:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513033#M47878</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-08-10T14:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513034#M47879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any time.&amp;nbsp;&amp;nbsp; We skipped 2.3 completely, it seem a little buggy.&amp;nbsp; 2.4 has been rock solid for us since it came out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 17:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513034#M47879</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-08-10T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show popups without moving map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513035#M47880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using v2.4 but still have the same problem when using all browsers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 10:58:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-popups-without-moving-map/m-p/513035#M47880</guid>
      <dc:creator>DavidMurray</dc:creator>
      <dc:date>2011-10-17T10:58:39Z</dc:date>
    </item>
  </channel>
</rss>

