<?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 infoWindow with null title behaves differently in IE 7 than other browsers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420916#M38672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take the simple &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_infowindow.html"&gt;infoWindow&lt;/A&gt;&lt;SPAN&gt; example and change the infoWindow title declaration to read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.infoWindow.setTitle(null);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run this in FireFox or Chrome, click on the map and note that the infoWindow's title section is minimised (this is my desired outcome).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Internet Explorer 8 (in Document Mode: IE7 Standards), the title is blank but is not minimised. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is causing a problem in my site as I am inserting an HTML object into the infoWindow's contents, and it's showing scrollbars in IE (since the empty but maximised Title section is taking up space I need for the HTML object). If I add padding to accommodate this, it looks ugly in every browser except IE7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug? Is there a way to force IE7 to minimise the Title section when it's empty?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 03:37:14 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2011-07-06T03:37:14Z</dc:date>
    <item>
      <title>infoWindow with null title behaves differently in IE 7 than other browsers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420916#M38672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take the simple &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_infowindow.html"&gt;infoWindow&lt;/A&gt;&lt;SPAN&gt; example and change the infoWindow title declaration to read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.infoWindow.setTitle(null);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run this in FireFox or Chrome, click on the map and note that the infoWindow's title section is minimised (this is my desired outcome).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Internet Explorer 8 (in Document Mode: IE7 Standards), the title is blank but is not minimised. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is causing a problem in my site as I am inserting an HTML object into the infoWindow's contents, and it's showing scrollbars in IE (since the empty but maximised Title section is taking up space I need for the HTML object). If I add padding to accommodate this, it looks ugly in every browser except IE7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug? Is there a way to force IE7 to minimise the Title section when it's empty?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 03:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420916#M38672</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-07-06T03:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: infoWindow with null title behaves differently in IE 7 than other browsers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420917#M38673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Take the simple &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_infowindow.html"&gt;infoWindow&lt;/A&gt; example and change the infoWindow title declaration to read:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.infoWindow.setTitle(null);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Run this in FireFox or Chrome, click on the map and note that the infoWindow's title section is minimised (this is my desired outcome).&lt;BR /&gt;&lt;BR /&gt;In Internet Explorer 8 (in Document Mode: IE7 Standards), the title is blank but is not minimised. &lt;BR /&gt;&lt;BR /&gt;This is causing a problem in my site as I am inserting an HTML object into the infoWindow's contents, and it's showing scrollbars in IE (since the empty but maximised Title section is taking up space I need for the HTML object). If I add padding to accommodate this, it looks ugly in every browser except IE7.&lt;BR /&gt;&lt;BR /&gt;Is this a bug? Is there a way to force IE7 to minimise the Title section when it's empty?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can hide infoWindow title Bar by using &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; map.infoWindow.hideTitleBar();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 12:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420917#M38673</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-07-06T12:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: infoWindow with null title behaves differently in IE 7 than other browsers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420918#M38674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can hide infoWindow title Bar by using &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; map.infoWindow.hideTitleBar();&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nice find - thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that this also hides the X to close the infoWindow. Is there a way to hide the title bar, but keep the X?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I've already implemented the ESC key to close the infoWindow as discussed in a previous post, but I think there still should be a way to close it using the mouse).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 22:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420918#M38674</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-07-06T22:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: infoWindow with null title behaves differently in IE 7 than other browsers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420919#M38675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nice find - thanks.&lt;BR /&gt;&lt;BR /&gt;The problem is that this also hides the X to close the infoWindow. Is there a way to hide the title bar, but keep the X?&lt;BR /&gt;&lt;BR /&gt;(I've already implemented the ESC key to close the infoWindow as discussed in a previous post, but I think there still should be a way to close it using the mouse).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how can you keep x while hide title bar. I think x and titlebar share one node. But you can work around by add a x in your content simulate the close function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-with-null-title-behaves-differently-in/m-p/420919#M38675</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-07-07T12:26:49Z</dc:date>
    </item>
  </channel>
</rss>

