<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Compatibility mode and Embedded interfaces</title><link>https://community.appian.com/discussions/f/user-interface/8980/compatibility-mode-and-embedded-interfaces</link><description>Hello: I am facing an error with embedded interfaces using IE11 and compatibility mode, using Appian 16.2. In tempo.nocache.js: Error: &amp;quot;&amp;#39;HTMLDivElement&amp;#39; is undefined&amp;quot; While debugger highlights the following code: (Line 49:) if(HTMLDivElement) In this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Compatibility mode and Embedded interfaces</title><link>https://community.appian.com/thread/40202?ContentTypeID=1</link><pubDate>Fri, 09 Dec 2016 00:00:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec0aa4a2-9eac-4a03-90f8-67082be3837d</guid><dc:creator>gautams778</dc:creator><description>You can disable the compatibility mode in IE, Just paste this code in HTML&lt;br /&gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;X-UA-Compatible&amp;quot; content=&amp;quot;IE=9; IE=8; IE=7; IE=EDGE&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;your HTML code should look like as below -&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt; &amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;X-UA-Compatible&amp;quot; content=&amp;quot;IE=9; IE=8; IE=7; IE=EDGE&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;script src=&amp;quot;&lt;a href="http://xxxxx:8080/suite/tempo/tempo.nocache.js"&gt;xxxxx:8080/.../script&amp;gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;/head&amp;gt;&lt;br /&gt;  &amp;lt;body&amp;gt;&lt;br /&gt;    &amp;lt;appian-task taskId=&amp;quot;xx3&amp;quot; /&amp;gt;&lt;br /&gt;  &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compatibility mode and Embedded interfaces</title><link>https://community.appian.com/thread/40081?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2016 02:44:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:557a2844-c24b-457a-b036-046a438f4001</guid><dc:creator>marky</dc:creator><description>My concern is that users may be using old versions of IE such as 9, or may have compatibility mode enabled.  For those users, they would be shown a blank screen and would then be confused.  Can anyone suggest a javascript to detect an incompatible browser and give the user a message in that case?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compatibility mode and Embedded interfaces</title><link>https://community.appian.com/thread/39962?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2016 08:42:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8be66c41-24c7-4ed8-9df7-4bf997c78229</guid><dc:creator>aloks0189</dc:creator><description>I agree with @chetany try using some other browsers let&amp;#39;s say Chrome, if still you want to use IE, try using latest version of IE as it is having many security due to which some scripts do not work&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compatibility mode and Embedded interfaces</title><link>https://community.appian.com/thread/39958?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2016 12:41:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef1fb203-71b0-4e52-83a2-a3f9d5688be8</guid><dc:creator>chetany</dc:creator><description>This is mostly a browser quirk specific to IE version &amp;lt; 11.&lt;br /&gt;IE has many quirks when it comes to JavaScript - and this applies specifically to IE7, IE8, IE9.&lt;br /&gt;Things got better from IE10. &lt;br /&gt;And IE11 confirms to the JavaScript implementation of other browsers like Chrome and Firefox.&lt;br /&gt;&lt;br /&gt;Embedded interfaces require JavaScript and Ajax. And the behavior of JS is affected by browser quirks,&lt;br /&gt;In compatibility mode, IE emulates the older versions and hence you may be getting that error.&lt;br /&gt;In no compatibility mode, its purely IE11, and IE11 does not have as many quirks as the older versions - IE11 mostly confirms to the JS behavior of other browsers.&lt;br /&gt;&lt;br /&gt;So, I don&amp;#39;t think we can do much about it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>