<?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: Chrome 51 is killing custom ArcGIS JS API apps, not just WAB products.  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529518#M49413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I came across with this problem as well in my local installation of Portal for ArcGIS and managed to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can solve this bug manually by going to the local library where the JS API is located at (....\arcgis_js_api\library\), there should be a library called xstyle and there should be a file there named css.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that file, search for the following&amp;nbsp;text -&lt;/P&gt;&lt;P&gt;a&amp;amp;&amp;amp;"none"!=a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and replace it with -&lt;/P&gt;&lt;P&gt;a&amp;amp;&amp;amp;"none"!=a&lt;STRONG&gt;&amp;amp;&amp;amp;"normal"!=a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the api library, there&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;might&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;be a second version of this file, so it's just best to run a texet search on all files under that api location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 10:55:28 GMT</pubDate>
    <dc:creator>SvivaManager</dc:creator>
    <dc:date>2018-06-14T10:55:28Z</dc:date>
    <item>
      <title>Chrome 51 is killing custom ArcGIS JS API apps, not just WAB products.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529516#M49411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-8368"&gt;WAB has a patch already&lt;/A&gt;.&amp;nbsp; Is there a fix for custom apps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the error message I am seeing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncaught ReferenceError: normal is not defined&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; css.js:2&lt;/P&gt;&lt;P&gt;(anonymous function) @ (program):1&lt;/P&gt;&lt;P&gt;f @ css.js:2&lt;/P&gt;&lt;P&gt;l @ load-css.js:4&lt;/P&gt;&lt;P&gt;l @ load-css.js:4&lt;/P&gt;&lt;P&gt;h @ load-css.js:4&lt;/P&gt;&lt;P&gt;(anonymous function) @ load-css.js:4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529516#M49411</guid>
      <dc:creator>JoshVan_Kylen</dc:creator>
      <dc:date>2016-06-01T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chrome 51 is killing custom ArcGIS JS API apps, not just WAB products.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529517#M49412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently, swapping out the reference to our&amp;nbsp; locally stored copy of the ArcGIS JS API for the updated/patched CDN of version 3.16&amp;nbsp; is one way to solve this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529517#M49412</guid>
      <dc:creator>JoshVan_Kylen</dc:creator>
      <dc:date>2016-06-01T22:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chrome 51 is killing custom ArcGIS JS API apps, not just WAB products.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529518#M49413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I came across with this problem as well in my local installation of Portal for ArcGIS and managed to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can solve this bug manually by going to the local library where the JS API is located at (....\arcgis_js_api\library\), there should be a library called xstyle and there should be a file there named css.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that file, search for the following&amp;nbsp;text -&lt;/P&gt;&lt;P&gt;a&amp;amp;&amp;amp;"none"!=a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and replace it with -&lt;/P&gt;&lt;P&gt;a&amp;amp;&amp;amp;"none"!=a&lt;STRONG&gt;&amp;amp;&amp;amp;"normal"!=a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the api library, there&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;might&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;be a second version of this file, so it's just best to run a texet search on all files under that api location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 10:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/chrome-51-is-killing-custom-arcgis-js-api-apps-not/m-p/529518#M49413</guid>
      <dc:creator>SvivaManager</dc:creator>
      <dc:date>2018-06-14T10:55:28Z</dc:date>
    </item>
  </channel>
</rss>

