<?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: Geocoder in titlePane gets cut off - need style assistance in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362639#M33603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one seems to work across all browsers, even IE8:&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/d27wwL7p/17/" style="line-height: 1.5;" title="http://jsfiddle.net/d27wwL7p/17/"&gt;Titelpane sizes to geocoder results - JSFiddle&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the &lt;CODE&gt;margin: 1px&lt;/CODE&gt; is the key here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(as jsfiddle doesn't support IE8, use this link in IE8: &lt;A href="http://fiddle.jshell.net/d27wwL7p/17/show/light/" title="http://fiddle.jshell.net/d27wwL7p/17/show/light/"&gt;http://fiddle.jshell.net/d27wwL7p/17/show/light/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 20:29:22 GMT</pubDate>
    <dc:creator>HeikoHeijenga</dc:creator>
    <dc:date>2014-12-10T20:29:22Z</dc:date>
    <item>
      <title>Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362624#M33588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have all my tools stored in TitlePanes within a ContentPane as a side panel so the users can have more than one set of tools open at a time.&amp;nbsp; I have my geocoder in a titlePane and it looks fine until I start to enter something.&amp;nbsp; The suggestions aren't showing well.&amp;nbsp; You can sort of see them, but mostly there are cut off and the user gets scroll bars to deal with.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="38913" alt="geocoderCrop.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/38913_geocoderCrop.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It seems like I ought to be able to set a style on the geocoder, but I haven't figured out which style it is.&amp;nbsp; I tried .simpleGeocoder .esriGeocoderResults, which seemed likely, but that didn't fix this.&amp;nbsp; I tried adding a z-index, but that didn't do anything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;div id="rightPane" data-dojo-type="dijit/layout/ContentPane" &lt;SPAN style="line-height: 1.5;"&gt; data-dojo-props="region:'right',splitter:true"&amp;gt;&amp;nbsp; &lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;div id="tp_geocode" data-dojo-type="dijit/TitlePane" data-dojo-props="title:'Identify District by Address', closable:false, open:true"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;div id="geocodeDiv"&amp;gt; &amp;lt;/div&amp;gt;&amp;nbsp; 
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362624#M33588</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2021-12-11T16:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362625#M33589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use accordion panes instead of the title panes? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the Geocoder div if its set in a small title pane that what it does unless you set the CSS position to absolute then it should get that suggestions on top of the title pane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 23:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362625#M33589</guid>
      <dc:creator>MirceaMaierean</dc:creator>
      <dc:date>2014-12-09T23:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362626#M33590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try messing with this .css class tag (assuming you're using the Claro Dojo style):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.claro .esriGeocoder {
&amp;nbsp; z-index: 800 !important;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362626#M33590</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2021-12-11T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362627#M33591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are instances where the user benefits from having more than one pane open at a time.&amp;nbsp; Rather than go with a mix accordion and title, I just always use TitlePanes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the style change, it didn't help.&amp;nbsp; I feel like that's where the change needs to happen, I just haven't discovered which style I need to set.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362627#M33591</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362628#M33592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about &lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;.esriGeocoderResults ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362628#M33592</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2014-12-10T17:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362629#M33593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, that was one I tried before I even posted the question.&amp;nbsp; I'm wondering if I can use a dojo/query to change the height of the titlePane, assuming that 'suggest' is something that I can listen for.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362629#M33593</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T17:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362630#M33594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Playing around with the CSS of the geocoder I came to a solution that might work for you,&amp;nbsp; see &lt;A href="http://jsfiddle.net/Heiko/d27wwL7p/" title="http://jsfiddle.net/Heiko/d27wwL7p/" rel="nofollow noopener noreferrer" target="_blank"&gt;Titelpane sizes to geocoder results - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key is to set:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.simpleGeocoder .esriGeocoderResults {
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: relative;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362630#M33594</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2021-12-11T16:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362631#M33595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's closer, but now it's pushed the top choice all the way over to the right, so that all you see is part of the first address number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="geocoderStyle2.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/39135_geocoderStyle2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362631#M33595</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T18:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362632#M33596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bummer. You're a pretty seasoned veteran of the JS API so I'm not surprised that you already tried my suggestions. Ya never know, though! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362632#M33596</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2014-12-10T18:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362633#M33597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm always open to suggestions, especially when it comes to styling. Most of the time it's the one combination you haven't tried yet that is the answer.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362633#M33597</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T18:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362634#M33598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't see that happen with the sample I created (using Chrome, maybe different in other browsers):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Titelpane_sizes_to_geocoder_results_-_JSFiddle.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/39143_Titelpane_sizes_to_geocoder_results_-_JSFiddle.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362634#M33598</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2014-12-10T18:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362635#M33599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, it's OK in Chrome.&amp;nbsp;&amp;nbsp; I"m seeing it in Firefox.&amp;nbsp; Unfortunately I need this to work in multiple browsers.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362635#M33599</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362636#M33600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;A href="http://jsfiddle.net/Heiko/d27wwL7p/6/" title="http://jsfiddle.net/Heiko/d27wwL7p/6/"&gt;Titelpane sizes to geocoder results - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362636#M33600</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2014-12-10T18:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362637#M33601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Internet Explorer is always flimsy with certain widgets. For the first result to be shown right on IE i added some padding both for the main search and the Results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.simpleGeocoder .esriGeocoder {
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 5px;
}
.simpleGeocoder .esriGeocoderResults {
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: relative;
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 5px;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362637#M33601</guid>
      <dc:creator>MirceaMaierean</dc:creator>
      <dc:date>2021-12-11T16:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362638#M33602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of IE?&amp;nbsp; The State users have IE 8.&amp;nbsp; It doesn't work there.&amp;nbsp; The padding addition helped in all the other browsers.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 19:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362638#M33602</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-10T19:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362639#M33603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one seems to work across all browsers, even IE8:&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/d27wwL7p/17/" style="line-height: 1.5;" title="http://jsfiddle.net/d27wwL7p/17/"&gt;Titelpane sizes to geocoder results - JSFiddle&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the &lt;CODE&gt;margin: 1px&lt;/CODE&gt; is the key here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(as jsfiddle doesn't support IE8, use this link in IE8: &lt;A href="http://fiddle.jshell.net/d27wwL7p/17/show/light/" title="http://fiddle.jshell.net/d27wwL7p/17/show/light/"&gt;http://fiddle.jshell.net/d27wwL7p/17/show/light/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 20:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362639#M33603</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2014-12-10T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362640#M33604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had no luck opening the fiddle.jshell.net in my IE 8.&amp;nbsp; It's just empty.&amp;nbsp; It could be something that is getting suppressed.&amp;nbsp; The security group is constantly having to tighten what gets through the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried that style, it looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="geocodeStyle3.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/39476_geocodeStyle3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 14:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362640#M33604</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-12-11T14:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362641#M33605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to let you know that it works on IE11.&lt;/P&gt;&lt;P&gt;(It is the only IE version that I can test on this computer.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 00:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362641#M33605</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2014-12-17T00:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder in titlePane gets cut off - need style assistance</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362642#M33606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heiko's suggestion should work across browsers. Its the same css we use to display the geocoder widget on the Classic Viewer template's title bar.&amp;nbsp; If you aren't able to test on IE8 with the jsfiddle perhaps try this url and see if you are able to see the suggestions menu for the geocoder? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/apps/OnePane/basicviewer/index.html" title="http://www.arcgis.com/apps/OnePane/basicviewer/index.html"&gt;http://www.arcgis.com/apps/OnePane/basicviewer/index.html&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 01:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-in-titlepane-gets-cut-off-need-style/m-p/362642#M33606</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-17T01:27:01Z</dc:date>
    </item>
  </channel>
</rss>

