<?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 Formatting Issues after upgrade from 3.2 to 3.7 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/formatting-issues-after-upgrade-from-3-2-to-3-7/m-p/553656#M51654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to upgrade a JavaScript application from 3.2 to 3.7.&amp;nbsp;&amp;nbsp;&amp;nbsp; Changing the URL references seemed pretty strait forward, but&amp;nbsp; after doing so,&amp;nbsp;&amp;nbsp; I have some formatting issues with the AttributeInpector and TemplatePicker in dijit.layout.ContentPane as shown in the attached image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]29290[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect it is an CSS issue,&amp;nbsp; but I don't have much in my CSS for the AttributeInspector or TemplatePicker other than the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 750px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.templatePicker { border: none 0; height:300px; width: 250px; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also having an issue with the Slider Bar that I am using to change opacity on Aerials/Basemap.&amp;nbsp;&amp;nbsp; It does not show up since my switch to 3.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#sliderWrapper { position:absolute; left: 20px; bottom:10px; z-Index: 40; width: 200px; height: 50px; background: transparent; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What things should I check to correct these formatting issues?&amp;nbsp; &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;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 16:35:04 GMT</pubDate>
    <dc:creator>MeleKoneya</dc:creator>
    <dc:date>2013-11-22T16:35:04Z</dc:date>
    <item>
      <title>Formatting Issues after upgrade from 3.2 to 3.7</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/formatting-issues-after-upgrade-from-3-2-to-3-7/m-p/553656#M51654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to upgrade a JavaScript application from 3.2 to 3.7.&amp;nbsp;&amp;nbsp;&amp;nbsp; Changing the URL references seemed pretty strait forward, but&amp;nbsp; after doing so,&amp;nbsp;&amp;nbsp; I have some formatting issues with the AttributeInpector and TemplatePicker in dijit.layout.ContentPane as shown in the attached image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]29290[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect it is an CSS issue,&amp;nbsp; but I don't have much in my CSS for the AttributeInspector or TemplatePicker other than the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 750px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.templatePicker { border: none 0; height:300px; width: 250px; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also having an issue with the Slider Bar that I am using to change opacity on Aerials/Basemap.&amp;nbsp;&amp;nbsp; It does not show up since my switch to 3.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#sliderWrapper { position:absolute; left: 20px; bottom:10px; z-Index: 40; width: 200px; height: 50px; background: transparent; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What things should I check to correct these formatting issues?&amp;nbsp; &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;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/formatting-issues-after-upgrade-from-3-2-to-3-7/m-p/553656#M51654</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-11-22T16:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Issues after upgrade from 3.2 to 3.7</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/formatting-issues-after-upgrade-from-3-2-to-3-7/m-p/553657#M51655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'd start by using the inspector tool in Chrome (or equivalent) to see what CSS rules are being applied to the problematic dom nodes.&amp;nbsp; if you can supply a simplified sample pointing at public services, that would probably be helpful too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 22:43:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/formatting-issues-after-upgrade-from-3-2-to-3-7/m-p/553657#M51655</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-11-22T22:43:25Z</dc:date>
    </item>
  </channel>
</rss>

