<?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 KeyboardEvent.keyIdentifier' is deprecated and will be removed in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739412#M68447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on writing an app using the 3.18 version API and there appears to be a notification for Chrome (and a resulting no-show on IE 11) for the portion relating to the dijit text box. &amp;nbsp;Here is the specific notification I'm getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/240522_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can tell, this is pertaining to the JS file from the API. &amp;nbsp;Is there something else I should be using for the text entry in the text box. &amp;nbsp;As a reference, here is the code I'm referring to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;on(dijit.byId("stringTextBox"), 'change', function(value){ &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; var userVal = dijit.byId("stringTextBox").get('value'); &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 16:38:25 GMT</pubDate>
    <dc:creator>DanielStoelb</dc:creator>
    <dc:date>2016-10-06T16:38:25Z</dc:date>
    <item>
      <title>KeyboardEvent.keyIdentifier' is deprecated and will be removed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739412#M68447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on writing an app using the 3.18 version API and there appears to be a notification for Chrome (and a resulting no-show on IE 11) for the portion relating to the dijit text box. &amp;nbsp;Here is the specific notification I'm getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/240522_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can tell, this is pertaining to the JS file from the API. &amp;nbsp;Is there something else I should be using for the text entry in the text box. &amp;nbsp;As a reference, here is the code I'm referring to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;on(dijit.byId("stringTextBox"), 'change', function(value){ &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; var userVal = dijit.byId("stringTextBox").get('value'); &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 16:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739412#M68447</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-06T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: KeyboardEvent.keyIdentifier' is deprecated and will be removed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739413#M68448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be ok - here's the dojo issue regarding this one.&amp;nbsp;&lt;A class="link-titled" href="https://bugs.dojotoolkit.org/ticket/18893" title="https://bugs.dojotoolkit.org/ticket/18893"&gt;https://bugs.dojotoolkit.org/ticket/18893&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned something about a no-show in IE? Can you provide more details?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739413#M68448</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2016-10-07T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: KeyboardEvent.keyIdentifier' is deprecated and will be removed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739414#M68449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data from the feature service wasn't showing in IE. I did some digging and found out that my browser was forcing compatibility view based upon group policy (forcing IE 7). &amp;nbsp;After switching to the more recent versions of IE emulation (8 and above), it appears to be displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reference in the dojotoolkit. &amp;nbsp;I thought I would pass it along in case someone else had a similar&amp;nbsp;warning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 17:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keyboardevent-keyidentifier-is-deprecated-and-will/m-p/739414#M68449</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-10T17:47:59Z</dc:date>
    </item>
  </channel>
</rss>

