<?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: Maximized Popup Blocked by Button in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47423#M4145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Worked like a charm, thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 12:28:58 GMT</pubDate>
    <dc:creator>DuncanRager</dc:creator>
    <dc:date>2011-08-12T12:28:58Z</dc:date>
    <item>
      <title>Maximized Popup Blocked by Button</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47421#M4143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm implementing popup windows because I like their style, zoom function, and maximize window option... my app, though, has a logo and drop down menu in two corners... when I maximize my popup window, the logo floats above, as does the button, blocking the minimize and exit commands of the popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way of setting the z-value of the popup? Or is there a way to alter the maximum dimensions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 13:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47421#M4143</guid>
      <dc:creator>DuncanRager</dc:creator>
      <dc:date>2011-08-11T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Maximized Popup Blocked by Button</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47422#M4144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
.esriPopup{
&amp;nbsp; z-index:100;
}

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:50:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47422#M4144</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-10T21:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maximized Popup Blocked by Button</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47423#M4145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Worked like a charm, thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 12:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47423#M4145</guid>
      <dc:creator>DuncanRager</dc:creator>
      <dc:date>2011-08-12T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Maximized Popup Blocked by Button</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47424#M4146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So unfortunately, the problem has returned for IE6 and IE7 (and probably 8, though I haven't checked) because of the way it busts up z-indexing. I've tried various solutions spread out across the net, but none were successful... the most promising one had me set the parent div of the popup to a higher z-index than the rest, but that would be the map root, which ends up covering everything up... (button, logo, scale, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I really need to do is change the constraints on the maximum window... its set to a 10px border all around now... I would just need that to be 25 or 30 and I'd be golden. I'm not sure how to do that, though. Is there some way of overriding the onClick function of the maximize button/class? Any other suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximized-popup-blocked-by-button/m-p/47424#M4146</guid>
      <dc:creator>DuncanRager</dc:creator>
      <dc:date>2011-08-17T14:21:17Z</dc:date>
    </item>
  </channel>
</rss>

