<?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: Unable to get property &amp;amp;quot;TOLOWERCASE&amp;amp;quot; of undefined or null reference in init.js in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654738#M61055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running into this issue in version 3.6 also. The error occurs in IE only.&lt;/P&gt;&lt;P&gt;The error message is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unhandled exception at line 34, column 95354 in &lt;A href="http://js.arcgis.com/3.6/init.js"&gt;http://js.arcgis.com/3.6/init.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;0x800a138f - JavaScript runtime error: Unable to get property 'toLowerCase' of undefined or null reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of trouble reading these minified javascript files, but I think it is triggered by the mouse down event.&lt;/P&gt;&lt;P&gt;Here is a screenshot of the break point in visual studio.&lt;IMG class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29100_pastedImage_6.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;And here is line in error with the prior line that attaches a mouse down event if using IE browser.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(doc){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(has(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"ie"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;)){_320.document.body.attachEvent(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"onmousedown"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,_323);&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; _324=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(evt){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; tag=evt.srcElement.tagName.toLowerCase();&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(tag==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"#document"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;||tag==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"body"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;The code should test if evt.srcElement.tagName is null before applying the toLowerCase() method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Maybe they could do something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; tag=evt.srcElement.tagName;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(tag==null||tag.toLowerCase()==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"#document"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;||tag.toLowerCase()==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"body"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I hope the ESRI Development Team is able to resolve the issue for all versions of the API. Because I do not want to store a local copy of the API on my server.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 22:32:48 GMT</pubDate>
    <dc:creator>Kathleen_Crombez</dc:creator>
    <dc:date>2014-11-10T22:32:48Z</dc:date>
    <item>
      <title>Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654734#M61051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am using arcgis api 3.5 in my application I have attached the image what issue I am facing. I have observed that this is coming up only in IE and that too when I perform other actions at some other pages and come back to this page. And this issue will hang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; IE browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Can anybody suggest in which way I can resolve this issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 04:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654734#M61051</guid>
      <dc:creator>viteboardviteboard</dc:creator>
      <dc:date>2013-11-07T04:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654735#M61052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue in 3.10 - has anyone found a solution to this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 14:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654735#M61052</guid>
      <dc:creator>BrianLott</dc:creator>
      <dc:date>2014-07-29T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654736#M61053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a reproducible test case that shows the issue? In your code are you using the toLowerCase() method? If so perhaps the string value you are trying to convert to lower case isn't defined when you use the method. Providing a small test case that shows the problem will help us figure out why&amp;nbsp; you are seeing the error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 23:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654736#M61053</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-07-29T23:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654737#M61054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to find a small test case, though it will be difficult - the problem seems to be intermittent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not use the toLowerCase() method at all in my code. The error is raised in the esri .init.js javascript file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654737#M61054</guid>
      <dc:creator>BrianLott</dc:creator>
      <dc:date>2014-07-31T15:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654738#M61055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running into this issue in version 3.6 also. The error occurs in IE only.&lt;/P&gt;&lt;P&gt;The error message is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unhandled exception at line 34, column 95354 in &lt;A href="http://js.arcgis.com/3.6/init.js"&gt;http://js.arcgis.com/3.6/init.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;0x800a138f - JavaScript runtime error: Unable to get property 'toLowerCase' of undefined or null reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of trouble reading these minified javascript files, but I think it is triggered by the mouse down event.&lt;/P&gt;&lt;P&gt;Here is a screenshot of the break point in visual studio.&lt;IMG class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29100_pastedImage_6.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;And here is line in error with the prior line that attaches a mouse down event if using IE browser.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(doc){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(has(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"ie"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;)){_320.document.body.attachEvent(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"onmousedown"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,_323);&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; _324=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(evt){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; tag=evt.srcElement.tagName.toLowerCase();&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(tag==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"#document"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;||tag==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"body"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;The code should test if evt.srcElement.tagName is null before applying the toLowerCase() method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Maybe they could do something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; tag=evt.srcElement.tagName;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(tag==null||tag.toLowerCase()==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"#document"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;||tag.toLowerCase()==&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"body"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;){&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I hope the ESRI Development Team is able to resolve the issue for all versions of the API. Because I do not want to store a local copy of the API on my server.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 22:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654738#M61055</guid>
      <dc:creator>Kathleen_Crombez</dc:creator>
      <dc:date>2014-11-10T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654739#M61056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of IE? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 00:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654739#M61056</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-11-12T00:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654740#M61057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using IE version 11.0.9600.17041&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654740#M61057</guid>
      <dc:creator>Kathleen_Crombez</dc:creator>
      <dc:date>2014-11-12T14:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654741#M61058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error just started happening for me in the last week or two.&lt;/P&gt;&lt;P&gt;After doing more testing this morning, it seems this error occurs only when I am debugging my site in Visual Studio.&lt;/P&gt;&lt;P&gt;And I am not able to reproduce this error when I am not in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very strange...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My site is an ASP site (written in C#) using the html5 DOCTYPE.&lt;/P&gt;&lt;P&gt;I also use the following meta tag to fix a bunch of display issues that occur in IE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;meta&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;http-equiv&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="X-UA-Compatible"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;content&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;="IE=9"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 15:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654741#M61058</guid>
      <dc:creator>Kathleen_Crombez</dc:creator>
      <dc:date>2014-11-12T15:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654742#M61059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my apologies, the event that is fired that causes this error is the "focusin" event. (not mousedown)&lt;/P&gt;&lt;P&gt;this fails when the srcElement is an Object with null id and tagName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am uncertain which elements would cause the tagName to be null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 22:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654742#M61059</guid>
      <dc:creator>Kathleen_Crombez</dc:creator>
      <dc:date>2014-11-12T22:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654743#M61060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently seeing this error in IE11. It occurs &lt;SPAN style="background: white;"&gt;intermittently, but&amp;nbsp;&lt;/SPAN&gt;more often than I would like. &amp;nbsp;It happens&amp;nbsp;while the page is loading and it occurs when accessed from both in&amp;nbsp;and outside the office, but occurs more often when outside. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried adding the&amp;nbsp;content="IE=9" designation, but it did not make a difference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IE version 11.0.9600.17843&lt;/P&gt;&lt;P&gt;I've tried CDN versions 3.17 and 3.18 as well as a locally hosted 3.17. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File: 3.17, Line: 28, Column: 138&amp;nbsp;&lt;/P&gt;&lt;P&gt;b.apply(null,s):b;a.result=void 0===h&amp;amp;&amp;amp;a.cjs?a.cjs.exports:h;D.shift(a);ha(a)}return a.result},oa=0,ja=function(a){try{oa++,a()}catch(c){&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;throw c&lt;/STRONG&gt;&lt;/SPAN&gt;;}finally{oa--}bb()&amp;amp;&amp;amp;C("idle",[])},ga=function(){oa||ja(function(){G();for(var a,c,b=0;b&amp;lt;Q.length;)a=Ga,c=Q&lt;B&gt;,ia(c),a!=Ga?(G(),b=0):b++})};r("dojo-undef-api")&amp;amp;&amp;amp;(q.undef=function(a,c){var b=W(a,c);ca(b);g(b,{def:0,executed:0,injected:0,node:0,load:0})});void 0===r("dojo-loader-eval-hint-url")&amp;amp;&amp;amp;r.add("dojo-loader-eval-hint-url",1);var ra="function"==typeof b.fixupUrl?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This web map rarely shows this error. &lt;A class="link-titled" href="http://gis.mcdot.maricopa.gov/Projects/" title="http://gis.mcdot.maricopa.gov/Projects/"&gt;MCDOT Projects&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This project description&amp;nbsp;page gets it more often.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mcdot.maricopa.gov/Projects/Project?ID=835" title="http://www.mcdot.maricopa.gov/Projects/Project?ID=835"&gt;http://www.mcdot.maricopa.gov/Projects/Project?ID=835&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a version of the project description page in HTML without page layout that I have seen also gets this error. But much less frequently.&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.mcdot.maricopa.gov/Projects/project.html?ID=835" title="http://gis.mcdot.maricopa.gov/Projects/project.html?ID=835"&gt;http://gis.mcdot.maricopa.gov/Projects/project.html?ID=835&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some other ID&amp;nbsp;values that should also return results:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;797,&amp;nbsp;&lt;/SPAN&gt;799, 801, 828, 844, 990,&amp;nbsp;828,&amp;nbsp;829, 863, 884, 964, 2099, &lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;2120,&amp;nbsp;&lt;/SPAN&gt;2180&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654743#M61060</guid>
      <dc:creator>JoshVan_Kylen</dc:creator>
      <dc:date>2016-11-16T17:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get property &amp;quot;TOLOWERCASE&amp;quot; of undefined or null reference in init.js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654744#M61061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-size: 16px;"&gt;Not using the&amp;nbsp;main.js to load the additional references solved this issue in IE11 for me. &amp;nbsp;&lt;/P&gt;&lt;P style="color: #000000; font-size: 16px;"&gt;The&amp;nbsp;dojoLoader gives me new errors, but the page at least loads and function properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 18:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-get-property-amp-quot-tolowercase-amp/m-p/654744#M61061</guid>
      <dc:creator>JoshVan_Kylen</dc:creator>
      <dc:date>2016-11-17T18:52:36Z</dc:date>
    </item>
  </channel>
</rss>

